Html Css Color HEX #040D59 Sapphire

📋 copy color: '#040D59'

red 4 ◦ green 13 ◦ blue 89

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

Shades of Sapphire #040D59

Tints of Sapphire #040D59

RGB

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

 GREEN value IS 13 (5.47% from 255) = 12.26%

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

R = 3.77%
G = 12.26%
B = 83.96%

CMYK

 C value IS 0.96

 M value IS 0.85

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#040D59 (or 0x040D59) is known color: Sapphire. HEX triplet: 04, 0D and 59. RGB value is (4,13,89). Sum of RGB (Red+Green+Blue) = 4+13+89=106 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.77% from 106); Green value is 13 (5.47% from 255 or 12.26% from 106); Blue value is 89 (35.16% from 255 or 83.96% from 106); Max value from RGB is 89 - color contains mainly: blue. Hex color #040D59 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040D59 is #FBF2A6. Grayscale: #121212. Windows color (decimal): -16511655 or 5836036. OLE color: 5836036.

HSL color Cylindrical-coordinate representation of color #040D59: hue angle of 233.65º 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 #040D59 is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 4 13 89 -
CMYK 0.96 0.85 0 0.65
HSL 233.65º 0.91% 0.18% -
HSV(B) 233.65º 0.96% 0.35% -
XYZ 2 1.03 9.55 -
YUV 18.97 167.52 117.32 -
System Red Green Blue C M Y K H S L
Decimal 4 13 89 0.96 0.85 0 0.65 233.65 0.91 0.18
Hex 4 D 59 60 55 0 41 EA 5B 12
Octal 4 15 131 140 125 0 101 352 133 22
Binary 100 1101 1011001 1100000 1010101 0 1000001 11101010 1011011 10010

Color Harmonies of #040D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040D59

Black with #040D59

Text Example


Text Example

White with #040D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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