Html Css Color HEX #00196D Sapphire

📋 copy color: '#00196D'

red 0 ◦ green 25 ◦ blue 109

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

Shades of Sapphire #00196D

Tints of Sapphire #00196D

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 109 (42.97% from 255) = 81.34%

R = 0%
G = 18.66%
B = 81.34%

CMYK

 C value IS 1

 M value IS 0.77

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#00196D (or 0x00196D) is known color: Sapphire. HEX triplet: 00, 19 and 6D. RGB value is (0,25,109). Sum of RGB (Red+Green+Blue) = 0+25+109=134 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 134); Green value is 25 (10.16% from 255 or 18.66% from 134); Blue value is 109 (42.97% from 255 or 81.34% from 134); Max value from RGB is 109 - color contains mainly: blue. Hex color #00196D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00196D is #FFE692. Grayscale: #1A1A1A. Windows color (decimal): -16770707 or 7149824. OLE color: 7149824.

HSL color Cylindrical-coordinate representation of color #00196D: hue angle of 226.24º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00196D is Cyan = 1, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 0 25 109 -
CMYK 1 0.77 0 0.57
HSL 226.24º 1% 0.21% -
HSV(B) 226.24º 1% 0.43% -
XYZ 3.11 1.8 14.65 -
YUV 27.1 174.22 108.67 -
System Red Green Blue C M Y K H S L
Decimal 0 25 109 1 0.77 0 0.57 226.24 1 0.21
Hex 0 19 6D 64 4D 0 39 E2 64 15
Octal 0 31 155 144 115 0 71 342 144 25
Binary 0 11001 1101101 1100100 1001101 0 111001 11100010 1100100 10101

Color Harmonies of #00196D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00196D

Black with #00196D

Text Example


Text Example

White with #00196D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00196D; }

 p { color: rgb(0,25,109); }

 H1.HeaderClassName
 {
   color: #00196D;
 }
 .AnyTagClassName
 {
   color: #00196D;
 }
</style>

background-color css

<style>
 a { background-color: #00196D; }

 a { background-color: rgb(0,25,109); }

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

border-color css

<style>
 span { border-color: #00196D; }

 span { border-color: rgb(0,25,109); }

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