Html Css Color HEX #04136F Sapphire

📋 copy color: '#04136F'

red 4 ◦ green 19 ◦ blue 111

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

Shades of Sapphire #04136F

Tints of Sapphire #04136F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 82.84%

R = 2.99%
G = 14.18%
B = 82.84%

CMYK

 C value IS 0.96

 M value IS 0.83

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#04136F (or 0x04136F) is known color: Sapphire. HEX triplet: 04, 13 and 6F. RGB value is (4,19,111). Sum of RGB (Red+Green+Blue) = 4+19+111=134 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.99% from 134); Green value is 19 (7.81% from 255 or 14.18% from 134); Blue value is 111 (43.75% from 255 or 82.84% from 134); Max value from RGB is 111 - color contains mainly: blue. Hex color #04136F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04136F is #FBEC90. Grayscale: #181818. Windows color (decimal): -16510097 or 7279364. OLE color: 7279364.

HSL color Cylindrical-coordinate representation of color #04136F: hue angle of 231.59º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04136F is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 4 19 111 -
CMYK 0.96 0.83 0 0.56
HSL 231.59º 0.93% 0.23% -
HSV(B) 231.59º 0.96% 0.44% -
XYZ 3.15 1.64 15.19 -
YUV 25 176.53 113.02 -
System Red Green Blue C M Y K H S L
Decimal 4 19 111 0.96 0.83 0 0.56 231.59 0.93 0.23
Hex 4 13 6F 60 53 0 38 E8 5D 17
Octal 4 23 157 140 123 0 70 350 135 27
Binary 100 10011 1101111 1100000 1010011 0 111000 11101000 1011101 10111

Color Harmonies of #04136F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04136F

Black with #04136F

Text Example


Text Example

White with #04136F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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