Html Css Color HEX #040D5A Sapphire

📋 copy color: '#040D5A'

red 4 ◦ green 13 ◦ blue 90

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

Shades of Sapphire #040D5A

Tints of Sapphire #040D5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 84.11%

R = 3.74%
G = 12.15%
B = 84.11%

CMYK

 C value IS 0.96

 M value IS 0.86

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#040D5A (or 0x040D5A) is known color: Sapphire. HEX triplet: 04, 0D and 5A. RGB value is (4,13,90). Sum of RGB (Red+Green+Blue) = 4+13+90=107 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.74% from 107); Green value is 13 (5.47% from 255 or 12.15% from 107); Blue value is 90 (35.55% from 255 or 84.11% from 107); Max value from RGB is 90 - color contains mainly: blue. Hex color #040D5A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040D5A is #FBF2A5. Grayscale: #121212. Windows color (decimal): -16511654 or 5901572. OLE color: 5901572.

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

Color convert

RGB 4 13 90 -
CMYK 0.96 0.86 0 0.65
HSL 233.72º 0.91% 0.18% -
HSV(B) 233.72º 0.96% 0.35% -
XYZ 2.04 1.05 9.77 -
YUV 19.09 168.02 117.24 -
System Red Green Blue C M Y K H S L
Decimal 4 13 90 0.96 0.86 0 0.65 233.72 0.91 0.18
Hex 4 D 5A 60 56 0 41 EA 5B 12
Octal 4 15 132 140 126 0 101 352 133 22
Binary 100 1101 1011010 1100000 1010110 0 1000001 11101010 1011011 10010

Color Harmonies of #040D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040D5A

Black with #040D5A

Text Example


Text Example

White with #040D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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