Html Css Color HEX #04144F Sapphire

📋 copy color: '#04144F'

red 4 ◦ green 20 ◦ blue 79

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

Shades of Sapphire #04144F

Tints of Sapphire #04144F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 76.7%

R = 3.88%
G = 19.42%
B = 76.7%

CMYK

 C value IS 0.95

 M value IS 0.75

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#04144F (or 0x04144F) is known color: Sapphire. HEX triplet: 04, 14 and 4F. RGB value is (4,20,79). Sum of RGB (Red+Green+Blue) = 4+20+79=103 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.88% from 103); Green value is 20 (8.20% from 255 or 19.42% from 103); Blue value is 79 (31.25% from 255 or 76.70% from 103); Max value from RGB is 79 - color contains mainly: blue. Hex color #04144F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04144F is #FBEBB0. Grayscale: #151515. Windows color (decimal): -16509873 or 5182468. OLE color: 5182468.

HSL color Cylindrical-coordinate representation of color #04144F: hue angle of 227.2º 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 #04144F is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 4 20 79 -
CMYK 0.95 0.75 0 0.69
HSL 227.2º 0.9% 0.16% -
HSV(B) 227.2º 0.95% 0.31% -
XYZ 1.71 1.09 7.52 -
YUV 21.94 160.2 115.2 -
System Red Green Blue C M Y K H S L
Decimal 4 20 79 0.95 0.75 0 0.69 227.2 0.9 0.16
Hex 4 14 4F 5F 4B 0 45 E3 5A 10
Octal 4 24 117 137 113 0 105 343 132 20
Binary 100 10100 1001111 1011111 1001011 0 1000101 11100011 1011010 10000

Color Harmonies of #04144F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04144F

Black with #04144F

Text Example


Text Example

White with #04144F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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