Html Css Color HEX #04196B Sapphire

📋 copy color: '#04196B'

red 4 ◦ green 25 ◦ blue 107

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

Shades of Sapphire #04196B

Tints of Sapphire #04196B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 18.38%

 BLUE value IS 107 (42.19% from 255) = 78.68%

R = 2.94%
G = 18.38%
B = 78.68%

CMYK

 C value IS 0.96

 M value IS 0.77

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#04196B (or 0x04196B) is known color: Sapphire. HEX triplet: 04, 19 and 6B. RGB value is (4,25,107). Sum of RGB (Red+Green+Blue) = 4+25+107=136 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.94% from 136); Green value is 25 (10.16% from 255 or 18.38% from 136); Blue value is 107 (42.19% from 255 or 78.68% from 136); Max value from RGB is 107 - color contains mainly: blue. Hex color #04196B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04196B is #FBE694. Grayscale: #1B1B1B. Windows color (decimal): -16508565 or 7018756. OLE color: 7018756.

HSL color Cylindrical-coordinate representation of color #04196B: hue angle of 227.77º 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 #04196B is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 4 25 107 -
CMYK 0.96 0.77 0 0.58
HSL 227.77º 0.93% 0.22% -
HSV(B) 227.77º 0.96% 0.42% -
XYZ 3.05 1.78 14.09 -
YUV 28.07 172.54 110.83 -
System Red Green Blue C M Y K H S L
Decimal 4 25 107 0.96 0.77 0 0.58 227.77 0.93 0.22
Hex 4 19 6B 60 4D 0 3A E4 5D 16
Octal 4 31 153 140 115 0 72 344 135 26
Binary 100 11001 1101011 1100000 1001101 0 111010 11100100 1011101 10110

Color Harmonies of #04196B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04196B

Black with #04196B

Text Example


Text Example

White with #04196B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04196B; }

 p { color: rgb(4,25,107); }

 H1.HeaderClassName
 {
   color: #04196B;
 }
 .AnyTagClassName
 {
   color: #04196B;
 }
</style>

background-color css

<style>
 a { background-color: #04196B; }

 a { background-color: rgb(4,25,107); }

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

border-color css

<style>
 span { border-color: #04196B; }

 span { border-color: rgb(4,25,107); }

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