Html Css Color HEX #04196C Sapphire

📋 copy color: '#04196C'

red 4 ◦ green 25 ◦ blue 108

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

Shades of Sapphire #04196C

Tints of Sapphire #04196C

RGB

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

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

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

R = 2.92%
G = 18.25%
B = 78.83%

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

#04196C (or 0x04196C) is known color: Sapphire. HEX triplet: 04, 19 and 6C. RGB value is (4,25,108). Sum of RGB (Red+Green+Blue) = 4+25+108=137 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.92% from 137); Green value is 25 (10.16% from 255 or 18.25% from 137); Blue value is 108 (42.58% from 255 or 78.83% from 137); Max value from RGB is 108 - color contains mainly: blue. Hex color #04196C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04196C is #FBE693. Grayscale: #1B1B1B. Windows color (decimal): -16508564 or 7084292. OLE color: 7084292.

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

Color convert

RGB 4 25 108 -
CMYK 0.96 0.77 0 0.58
HSL 227.88º 0.93% 0.22% -
HSV(B) 227.88º 0.96% 0.42% -
XYZ 3.1 1.8 14.37 -
YUV 28.18 173.04 110.75 -
System Red Green Blue C M Y K H S L
Decimal 4 25 108 0.96 0.77 0 0.58 227.88 0.93 0.22
Hex 4 19 6C 60 4D 0 3A E4 5D 16
Octal 4 31 154 140 115 0 72 344 135 26
Binary 100 11001 1101100 1100000 1001101 0 111010 11100100 1011101 10110

Color Harmonies of #04196C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04196C

Black with #04196C

Text Example


Text Example

White with #04196C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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