Html Css Color HEX #04145E Sapphire

📋 copy color: '#04145E'

red 4 ◦ green 20 ◦ blue 94

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

Shades of Sapphire #04145E

Tints of Sapphire #04145E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 16.95%

 BLUE value IS 94 (37.11% from 255) = 79.66%

R = 3.39%
G = 16.95%
B = 79.66%

CMYK

 C value IS 0.96

 M value IS 0.79

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#04145E (or 0x04145E) is known color: Sapphire. HEX triplet: 04, 14 and 5E. RGB value is (4,20,94). Sum of RGB (Red+Green+Blue) = 4+20+94=118 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.39% from 118); Green value is 20 (8.20% from 255 or 16.95% from 118); Blue value is 94 (37.11% from 255 or 79.66% from 118); Max value from RGB is 94 - color contains mainly: blue. Hex color #04145E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04145E is #FBEBA1. Grayscale: #171717. Windows color (decimal): -16509858 or 6165508. OLE color: 6165508.

HSL color Cylindrical-coordinate representation of color #04145E: hue angle of 229.33º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04145E is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 4 20 94 -
CMYK 0.96 0.79 0 0.63
HSL 229.33º 0.92% 0.19% -
HSV(B) 229.33º 0.96% 0.37% -
XYZ 2.32 1.33 10.72 -
YUV 23.65 167.7 113.98 -
System Red Green Blue C M Y K H S L
Decimal 4 20 94 0.96 0.79 0 0.63 229.33 0.92 0.19
Hex 4 14 5E 60 4F 0 3F E5 5C 13
Octal 4 24 136 140 117 0 77 345 134 23
Binary 100 10100 1011110 1100000 1001111 0 111111 11100101 1011100 10011

Color Harmonies of #04145E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04145E

Black with #04145E

Text Example


Text Example

White with #04145E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04145E; }

 p { color: rgb(4,20,94); }

 H1.HeaderClassName
 {
   color: #04145E;
 }
 .AnyTagClassName
 {
   color: #04145E;
 }
</style>

background-color css

<style>
 a { background-color: #04145E; }

 a { background-color: rgb(4,20,94); }

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

border-color css

<style>
 span { border-color: #04145E; }

 span { border-color: rgb(4,20,94); }

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