Html Css Color HEX #00196C Sapphire

📋 copy color: '#00196C'

red 0 ◦ green 25 ◦ blue 108

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

Shades of Sapphire #00196C

Tints of Sapphire #00196C

RGB

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

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

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

R = 0%
G = 18.8%
B = 81.2%

CMYK

 C value IS 1

 M value IS 0.77

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#00196C (or 0x00196C) is known color: Sapphire. HEX triplet: 00, 19 and 6C. RGB value is (0,25,108). Sum of RGB (Red+Green+Blue) = 0+25+108=133 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 133); Green value is 25 (10.16% from 255 or 18.80% from 133); Blue value is 108 (42.58% from 255 or 81.20% from 133); Max value from RGB is 108 - color contains mainly: blue. Hex color #00196C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00196C is #FFE693. Grayscale: #1A1A1A. Windows color (decimal): -16770708 or 7084288. OLE color: 7084288.

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

Color convert

RGB 0 25 108 -
CMYK 1 0.77 0 0.58
HSL 226.11º 1% 0.21% -
HSV(B) 226.11º 1% 0.42% -
XYZ 3.05 1.78 14.37 -
YUV 26.99 173.72 108.75 -
System Red Green Blue C M Y K H S L
Decimal 0 25 108 1 0.77 0 0.58 226.11 1 0.21
Hex 0 19 6C 64 4D 0 3A E2 64 15
Octal 0 31 154 144 115 0 72 342 144 25
Binary 0 11001 1101100 1100100 1001101 0 111010 11100010 1100100 10101

Color Harmonies of #00196C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00196C

Black with #00196C

Text Example


Text Example

White with #00196C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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