Html Css Color HEX #02195C Sapphire

📋 copy color: '#02195C'

red 2 ◦ green 25 ◦ blue 92

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

Shades of Sapphire #02195C

Tints of Sapphire #02195C

RGB

 RED value IS 2 (1.17% from 255) = 1.68%

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

 BLUE value IS 92 (36.33% from 255) = 77.31%

R = 1.68%
G = 21.01%
B = 77.31%

CMYK

 C value IS 0.98

 M value IS 0.73

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#02195C (or 0x02195C) is known color: Sapphire. HEX triplet: 02, 19 and 5C. RGB value is (2,25,92). Sum of RGB (Red+Green+Blue) = 2+25+92=119 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.68% from 119); Green value is 25 (10.16% from 255 or 21.01% from 119); Blue value is 92 (36.33% from 255 or 77.31% from 119); Max value from RGB is 92 - color contains mainly: blue. Hex color #02195C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02195C is #FDE6A3. Grayscale: #191919. Windows color (decimal): -16639652 or 6035714. OLE color: 6035714.

HSL color Cylindrical-coordinate representation of color #02195C: hue angle of 224.67º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02195C is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 2 25 92 -
CMYK 0.98 0.73 0 0.64
HSL 224.67º 0.96% 0.18% -
HSV(B) 224.67º 0.98% 0.36% -
XYZ 2.3 1.48 10.29 -
YUV 25.76 165.38 111.05 -
System Red Green Blue C M Y K H S L
Decimal 2 25 92 0.98 0.73 0 0.64 224.67 0.96 0.18
Hex 2 19 5C 62 49 0 40 E1 60 12
Octal 2 31 134 142 111 0 100 341 140 22
Binary 10 11001 1011100 1100010 1001001 0 1000000 11100001 1100000 10010

Color Harmonies of #02195C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02195C

Black with #02195C

Text Example


Text Example

White with #02195C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,25,92); }

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

background-color css

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

 a { background-color: rgb(2,25,92); }

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

border-color css

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

 span { border-color: rgb(2,25,92); }

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