Html Css Color HEX #042C75 Sapphire

📋 copy color: '#042C75'

red 4 ◦ green 44 ◦ blue 117

#042C75
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sapphire #042C75

Tints of Sapphire #042C75

RGB

 RED value IS 4 (1.95% from 255) = 2.42%

 GREEN value IS 44 (17.58% from 255) = 26.67%

 BLUE value IS 117 (46.09% from 255) = 70.91%

R = 2.42%
G = 26.67%
B = 70.91%

CMYK

 C value IS 0.97

 M value IS 0.62

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#042C75 (or 0x042C75) is known color: Sapphire. HEX triplet: 04, 2C and 75. RGB value is (4,44,117). Sum of RGB (Red+Green+Blue) = 4+44+117=165 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.42% from 165); Green value is 44 (17.58% from 255 or 26.67% from 165); Blue value is 117 (46.09% from 255 or 70.91% from 165); Max value from RGB is 117 - color contains mainly: blue. Hex color #042C75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042C75 is #FBD38A. Grayscale: #282828. Windows color (decimal): -16503691 or 7678980. OLE color: 7678980.

HSL color Cylindrical-coordinate representation of color #042C75: hue angle of 218.76º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042C75 is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 4 44 117 -
CMYK 0.97 0.62 0 0.54
HSL 218.76º 0.93% 0.24% -
HSV(B) 218.76º 0.97% 0.46% -
XYZ 4.16 3.11 17.21 -
YUV 40.36 171.25 102.06 -
System Red Green Blue C M Y K H S L
Decimal 4 44 117 0.97 0.62 0 0.54 218.76 0.93 0.24
Hex 4 2C 75 61 3E 0 36 DB 5D 18
Octal 4 54 165 141 76 0 66 333 135 30
Binary 100 101100 1110101 1100001 111110 0 110110 11011011 1011101 11000

Color Harmonies of #042C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042C75

Black with #042C75

Text Example


Text Example

White with #042C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #042C75;
 }
 .AnyTagClassName
 {
   color: #042C75;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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