Html Css Color HEX #04144E Sapphire

📋 copy color: '#04144E'

red 4 ◦ green 20 ◦ blue 78

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

Shades of Sapphire #04144E

Tints of Sapphire #04144E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 76.47%

R = 3.92%
G = 19.61%
B = 76.47%

CMYK

 C value IS 0.95

 M value IS 0.74

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#04144E (or 0x04144E) is known color: Sapphire. HEX triplet: 04, 14 and 4E. RGB value is (4,20,78). Sum of RGB (Red+Green+Blue) = 4+20+78=102 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.92% from 102); Green value is 20 (8.20% from 255 or 19.61% from 102); Blue value is 78 (30.86% from 255 or 76.47% from 102); Max value from RGB is 78 - color contains mainly: blue. Hex color #04144E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04144E is #FBEBB1. Grayscale: #151515. Windows color (decimal): -16509874 or 5116932. OLE color: 5116932.

HSL color Cylindrical-coordinate representation of color #04144E: hue angle of 227.03º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04144E is Cyan = 0.95, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 4 20 78 -
CMYK 0.95 0.74 0 0.69
HSL 227.03º 0.9% 0.16% -
HSV(B) 227.03º 0.95% 0.31% -
XYZ 1.68 1.08 7.33 -
YUV 21.83 159.7 115.28 -
System Red Green Blue C M Y K H S L
Decimal 4 20 78 0.95 0.74 0 0.69 227.03 0.9 0.16
Hex 4 14 4E 5F 4A 0 45 E3 5A 10
Octal 4 24 116 137 112 0 105 343 132 20
Binary 100 10100 1001110 1011111 1001010 0 1000101 11100011 1011010 10000

Color Harmonies of #04144E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04144E

Black with #04144E

Text Example


Text Example

White with #04144E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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