Html Css Color HEX #02207C Sapphire

📋 copy color: '#02207C'

red 2 ◦ green 32 ◦ blue 124

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

Shades of Sapphire #02207C

Tints of Sapphire #02207C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20.25%

 BLUE value IS 124 (48.83% from 255) = 78.48%

R = 1.27%
G = 20.25%
B = 78.48%

CMYK

 C value IS 0.98

 M value IS 0.74

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#02207C (or 0x02207C) is known color: Sapphire. HEX triplet: 02, 20 and 7C. RGB value is (2,32,124). Sum of RGB (Red+Green+Blue) = 2+32+124=158 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 158); Green value is 32 (12.89% from 255 or 20.25% from 158); Blue value is 124 (48.83% from 255 or 78.48% from 158); Max value from RGB is 124 - color contains mainly: blue. Hex color #02207C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02207C is #FDDF83. Grayscale: #212121. Windows color (decimal): -16637828 or 8134658. OLE color: 8134658.

HSL color Cylindrical-coordinate representation of color #02207C: hue angle of 225.25º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02207C is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 2 32 124 -
CMYK 0.98 0.74 0 0.51
HSL 225.25º 0.97% 0.25% -
HSV(B) 225.25º 0.98% 0.49% -
XYZ 4.18 2.5 19.33 -
YUV 33.52 179.06 105.52 -
System Red Green Blue C M Y K H S L
Decimal 2 32 124 0.98 0.74 0 0.51 225.25 0.97 0.25
Hex 2 20 7C 62 4A 0 33 E1 61 19
Octal 2 40 174 142 112 0 63 341 141 31
Binary 10 100000 1111100 1100010 1001010 0 110011 11100001 1100001 11001

Color Harmonies of #02207C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02207C

Black with #02207C

Text Example


Text Example

White with #02207C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,32,124); }

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

background-color css

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

 a { background-color: rgb(2,32,124); }

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

border-color css

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

 span { border-color: rgb(2,32,124); }

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