Html Css Color HEX #06196E Sapphire

📋 copy color: '#06196E'

red 6 ◦ green 25 ◦ blue 110

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

Shades of Sapphire #06196E

Tints of Sapphire #06196E

RGB

 RED value IS 6 (2.73% from 255) = 4.26%

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

 BLUE value IS 110 (43.36% from 255) = 78.01%

R = 4.26%
G = 17.73%
B = 78.01%

CMYK

 C value IS 0.95

 M value IS 0.77

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#06196E (or 0x06196E) is known color: Sapphire. HEX triplet: 06, 19 and 6E. RGB value is (6,25,110). Sum of RGB (Red+Green+Blue) = 6+25+110=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 25 (10.16% from 255 or 17.73% from 141); Blue value is 110 (43.36% from 255 or 78.01% from 141); Max value from RGB is 110 - color contains mainly: blue. Hex color #06196E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06196E is #F9E691. Grayscale: #1C1C1C. Windows color (decimal): -16377490 or 7215366. OLE color: 7215366.

HSL color Cylindrical-coordinate representation of color #06196E: hue angle of 229.04º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06196E is Cyan = 0.95, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 6 25 110 -
CMYK 0.95 0.77 0 0.57
HSL 229.04º 0.9% 0.23% -
HSV(B) 229.04º 0.95% 0.43% -
XYZ 3.24 1.86 14.94 -
YUV 29.01 173.71 111.59 -
System Red Green Blue C M Y K H S L
Decimal 6 25 110 0.95 0.77 0 0.57 229.04 0.9 0.23
Hex 6 19 6E 5F 4D 0 39 E5 5A 17
Octal 6 31 156 137 115 0 71 345 132 27
Binary 110 11001 1101110 1011111 1001101 0 111001 11100101 1011010 10111

Color Harmonies of #06196E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06196E

Black with #06196E

Text Example


Text Example

White with #06196E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06196E; }

 p { color: rgb(6,25,110); }

 H1.HeaderClassName
 {
   color: #06196E;
 }
 .AnyTagClassName
 {
   color: #06196E;
 }
</style>

background-color css

<style>
 a { background-color: #06196E; }

 a { background-color: rgb(6,25,110); }

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

border-color css

<style>
 span { border-color: #06196E; }

 span { border-color: rgb(6,25,110); }

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