Html Css Color HEX #040D56 Sapphire

📋 copy color: '#040D56'

red 4 ◦ green 13 ◦ blue 86

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

Shades of Sapphire #040D56

Tints of Sapphire #040D56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 83.5%

R = 3.88%
G = 12.62%
B = 83.5%

CMYK

 C value IS 0.95

 M value IS 0.85

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#040D56 (or 0x040D56) is known color: Sapphire. HEX triplet: 04, 0D and 56. RGB value is (4,13,86). Sum of RGB (Red+Green+Blue) = 4+13+86=103 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.88% from 103); Green value is 13 (5.47% from 255 or 12.62% from 103); Blue value is 86 (33.98% from 255 or 83.50% from 103); Max value from RGB is 86 - color contains mainly: blue. Hex color #040D56 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040D56 is #FBF2A9. Grayscale: #121212. Windows color (decimal): -16511658 or 5639428. OLE color: 5639428.

HSL color Cylindrical-coordinate representation of color #040D56: hue angle of 233.41º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #040D56 is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 4 13 86 -
CMYK 0.95 0.85 0 0.66
HSL 233.41º 0.91% 0.18% -
HSV(B) 233.41º 0.95% 0.34% -
XYZ 1.87 0.99 8.9 -
YUV 18.63 166.02 117.56 -
System Red Green Blue C M Y K H S L
Decimal 4 13 86 0.95 0.85 0 0.66 233.41 0.91 0.18
Hex 4 D 56 5F 55 0 42 E9 5B 12
Octal 4 15 126 137 125 0 102 351 133 22
Binary 100 1101 1010110 1011111 1010101 0 1000010 11101001 1011011 10010

Color Harmonies of #040D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040D56

Black with #040D56

Text Example


Text Example

White with #040D56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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