Html Css Color HEX #04134F Sapphire

📋 copy color: '#04134F'

red 4 ◦ green 19 ◦ blue 79

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

Shades of Sapphire #04134F

Tints of Sapphire #04134F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 18.63%

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

R = 3.92%
G = 18.63%
B = 77.45%

CMYK

 C value IS 0.95

 M value IS 0.76

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#04134F (or 0x04134F) is known color: Sapphire. HEX triplet: 04, 13 and 4F. RGB value is (4,19,79). Sum of RGB (Red+Green+Blue) = 4+19+79=102 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.92% from 102); Green value is 19 (7.81% from 255 or 18.63% from 102); Blue value is 79 (31.25% from 255 or 77.45% from 102); Max value from RGB is 79 - color contains mainly: blue. Hex color #04134F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04134F is #FBECB0. Grayscale: #151515. Windows color (decimal): -16510129 or 5182212. OLE color: 5182212.

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

Color convert

RGB 4 19 79 -
CMYK 0.95 0.76 0 0.69
HSL 228º 0.9% 0.16% -
HSV(B) 228º 0.95% 0.31% -
XYZ 1.69 1.06 7.51 -
YUV 21.36 160.53 115.62 -
System Red Green Blue C M Y K H S L
Decimal 4 19 79 0.95 0.76 0 0.69 228 0.9 0.16
Hex 4 13 4F 5F 4C 0 45 E4 5A 10
Octal 4 23 117 137 114 0 105 344 132 20
Binary 100 10011 1001111 1011111 1001100 0 1000101 11100100 1011010 10000

Color Harmonies of #04134F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04134F

Black with #04134F

Text Example


Text Example

White with #04134F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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