Html Css Color HEX #02207A Sapphire

📋 copy color: '#02207A'

red 2 ◦ green 32 ◦ blue 122

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

Shades of Sapphire #02207A

Tints of Sapphire #02207A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 78.21%

R = 1.28%
G = 20.51%
B = 78.21%

CMYK

 C value IS 0.98

 M value IS 0.74

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#02207A (or 0x02207A) is known color: Sapphire. HEX triplet: 02, 20 and 7A. RGB value is (2,32,122). Sum of RGB (Red+Green+Blue) = 2+32+122=156 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.28% from 156); Green value is 32 (12.89% from 255 or 20.51% from 156); Blue value is 122 (48.05% from 255 or 78.21% from 156); Max value from RGB is 122 - color contains mainly: blue. Hex color #02207A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02207A is #FDDF85. Grayscale: #202020. Windows color (decimal): -16637830 or 8003586. OLE color: 8003586.

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

Color convert

RGB 2 32 122 -
CMYK 0.98 0.74 0 0.52
HSL 225º 0.97% 0.24% -
HSV(B) 225º 0.98% 0.48% -
XYZ 4.05 2.45 18.67 -
YUV 33.29 178.06 105.68 -
System Red Green Blue C M Y K H S L
Decimal 2 32 122 0.98 0.74 0 0.52 225 0.97 0.24
Hex 2 20 7A 62 4A 0 34 E1 61 18
Octal 2 40 172 142 112 0 64 341 141 30
Binary 10 100000 1111010 1100010 1001010 0 110100 11100001 1100001 11000

Color Harmonies of #02207A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02207A

Black with #02207A

Text Example


Text Example

White with #02207A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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