Html Css Color HEX #04144D Sapphire

📋 copy color: '#04144D'

red 4 ◦ green 20 ◦ blue 77

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

Shades of Sapphire #04144D

Tints of Sapphire #04144D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 76.24%

R = 3.96%
G = 19.8%
B = 76.24%

CMYK

 C value IS 0.95

 M value IS 0.74

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#04144D (or 0x04144D) is known color: Sapphire. HEX triplet: 04, 14 and 4D. RGB value is (4,20,77). Sum of RGB (Red+Green+Blue) = 4+20+77=101 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.96% from 101); Green value is 20 (8.20% from 255 or 19.80% from 101); Blue value is 77 (30.47% from 255 or 76.24% from 101); Max value from RGB is 77 - color contains mainly: blue. Hex color #04144D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04144D is #FBEBB2. Grayscale: #151515. Windows color (decimal): -16509875 or 5051396. OLE color: 5051396.

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

Color convert

RGB 4 20 77 -
CMYK 0.95 0.74 0 0.70
HSL 226.85º 0.9% 0.16% -
HSV(B) 226.85º 0.95% 0.3% -
XYZ 1.64 1.06 7.14 -
YUV 21.71 159.2 115.37 -
System Red Green Blue C M Y K H S L
Decimal 4 20 77 0.95 0.74 0 0.70 226.85 0.9 0.16
Hex 4 14 4D 5F 4A 0 46 E3 5A 10
Octal 4 24 115 137 112 0 106 343 132 20
Binary 100 10100 1001101 1011111 1001010 0 1000110 11100011 1011010 10000

Color Harmonies of #04144D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04144D

Black with #04144D

Text Example


Text Example

White with #04144D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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