#042C7C

Color #042C7C Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #042C7C

Tints of Sapphire #042C7C

Color information

#042C7C (or 0x042C7C) is unknown color: approx Sapphire. HEX triplet: 04, 2C and 7C. RGB value is (4,44,124). Sum of RGB (Red+Green+Blue) = 4+44+124=172 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.33% from 172); Green value is 44 (17.58% from 255 or 25.58% from 172); Blue value is 124 (48.83% from 255 or 72.09% from 172); Max value from RGB is 124 - color contains mainly: blue. Hex color #042C7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042C7C is #FBD383. Grayscale: #282828. Windows color (decimal): -16503684 or 8137732. OLE color: 8137732.

HSL color Cylindrical-coordinate representation of color #042C7C: hue angle of 220º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042C7C is Cyan = 0.97, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB444124-
CMYK0.970.6500.51
HSL220º93.75%25.1%-
HSV(B)220º96.77%48.63%-
XYZ4.593.2819.46-
YUV41.16174.75101.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 4 (1.95% from 255) = 2.33%
GREEN value IS 44 (17.58% from 255) = 25.58%
BLUE value IS 124 (48.83% from 255) = 72.09%
R=2.33%
G=25.58%
B=72.09%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal4441240.970.6500.5122093.7525.1
Hex42C7C6141033dc5e19
Octal45417414110106333413631
Binary100101100111110011000011000001011001111011100101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042C7C; }

 p { color: rgb(4,44,124); }

 H1.HeaderClassName
 {
   color: #042C7C;
 }
 .AnyTagClassName
 {
   color: #042C7C;
 }
</style>
background-color css

<style>
 a { background-color: #042C7C; }

 a { background-color: rgb(4,44,124); }

 div.DivClassName
 {
   background-color: #042C7C;
 }
 .BgClassName
 {
   background-color: #042C7C;
 }
</style>
border-color css

<style>
 span { border-color: #042C7C; }

 span { border-color: rgb(4,44,124); }

 td.TdClassName
 {
   border-color: #042C7C;
 }
 .TagClassName
 {
   border-color: #042C7C;
 }
</style>