Html Css Color HEX #04136C Sapphire

📋 copy color: '#04136C'

red 4 ◦ green 19 ◦ blue 108

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

Shades of Sapphire #04136C

Tints of Sapphire #04136C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 82.44%

R = 3.05%
G = 14.5%
B = 82.44%

CMYK

 C value IS 0.96

 M value IS 0.82

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#04136C (or 0x04136C) is known color: Sapphire. HEX triplet: 04, 13 and 6C. RGB value is (4,19,108). Sum of RGB (Red+Green+Blue) = 4+19+108=131 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.05% from 131); Green value is 19 (7.81% from 255 or 14.50% from 131); Blue value is 108 (42.58% from 255 or 82.44% from 131); Max value from RGB is 108 - color contains mainly: blue. Hex color #04136C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04136C is #FBEC93. Grayscale: #181818. Windows color (decimal): -16510100 or 7082756. OLE color: 7082756.

HSL color Cylindrical-coordinate representation of color #04136C: hue angle of 231.35º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04136C is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 4 19 108 -
CMYK 0.96 0.82 0 0.58
HSL 231.35º 0.93% 0.22% -
HSV(B) 231.35º 0.96% 0.42% -
XYZ 2.99 1.57 14.33 -
YUV 24.66 175.03 113.26 -
System Red Green Blue C M Y K H S L
Decimal 4 19 108 0.96 0.82 0 0.58 231.35 0.93 0.22
Hex 4 13 6C 60 52 0 3A E7 5D 16
Octal 4 23 154 140 122 0 72 347 135 26
Binary 100 10011 1101100 1100000 1010010 0 111010 11100111 1011101 10110

Color Harmonies of #04136C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04136C

Black with #04136C

Text Example


Text Example

White with #04136C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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