Html Css Color HEX #040C59 Sapphire

📋 copy color: '#040C59'

red 4 ◦ green 12 ◦ blue 89

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

Shades of Sapphire #040C59

Tints of Sapphire #040C59

RGB

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

 GREEN value IS 12 (5.08% from 255) = 11.43%

 BLUE value IS 89 (35.16% from 255) = 84.76%

R = 3.81%
G = 11.43%
B = 84.76%

CMYK

 C value IS 0.96

 M value IS 0.87

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#040C59 (or 0x040C59) is known color: Sapphire. HEX triplet: 04, 0C and 59. RGB value is (4,12,89). Sum of RGB (Red+Green+Blue) = 4+12+89=105 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.81% from 105); Green value is 12 (5.08% from 255 or 11.43% from 105); Blue value is 89 (35.16% from 255 or 84.76% from 105); Max value from RGB is 89 - color contains mainly: blue. Hex color #040C59 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040C59 is #FBF3A6. Grayscale: #121212. Windows color (decimal): -16511911 or 5835780. OLE color: 5835780.

HSL color Cylindrical-coordinate representation of color #040C59: hue angle of 234.35º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #040C59 is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 4 12 89 -
CMYK 0.96 0.87 0 0.65
HSL 234.35º 0.91% 0.18% -
HSV(B) 234.35º 0.96% 0.35% -
XYZ 1.98 1.01 9.54 -
YUV 18.39 167.85 117.74 -
System Red Green Blue C M Y K H S L
Decimal 4 12 89 0.96 0.87 0 0.65 234.35 0.91 0.18
Hex 4 C 59 60 57 0 41 EA 5B 12
Octal 4 14 131 140 127 0 101 352 133 22
Binary 100 1100 1011001 1100000 1010111 0 1000001 11101010 1011011 10010

Color Harmonies of #040C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040C59

Black with #040C59

Text Example


Text Example

White with #040C59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040C59; }

 p { color: rgb(4,12,89); }

 H1.HeaderClassName
 {
   color: #040C59;
 }
 .AnyTagClassName
 {
   color: #040C59;
 }
</style>

background-color css

<style>
 a { background-color: #040C59; }

 a { background-color: rgb(4,12,89); }

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

border-color css

<style>
 span { border-color: #040C59; }

 span { border-color: rgb(4,12,89); }

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