Html Css Color HEX #02204A Sapphire

📋 copy color: '#02204A'

red 2 ◦ green 32 ◦ blue 74

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

Shades of Sapphire #02204A

Tints of Sapphire #02204A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 68.52%

R = 1.85%
G = 29.63%
B = 68.52%

CMYK

 C value IS 0.97

 M value IS 0.57

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#02204A (or 0x02204A) is known color: Sapphire. HEX triplet: 02, 20 and 4A. RGB value is (2,32,74). Sum of RGB (Red+Green+Blue) = 2+32+74=108 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.85% from 108); Green value is 32 (12.89% from 255 or 29.63% from 108); Blue value is 74 (29.30% from 255 or 68.52% from 108); Max value from RGB is 74 - color contains mainly: blue. Hex color #02204A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02204A is #FDDFB5. Grayscale: #1B1B1B. Windows color (decimal): -16637878 or 4857858. OLE color: 4857858.

HSL color Cylindrical-coordinate representation of color #02204A: hue angle of 215º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02204A is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 2 32 74 -
CMYK 0.97 0.57 0 0.71
HSL 215º 0.95% 0.15% -
HSV(B) 215º 0.97% 0.29% -
XYZ 1.78 1.54 6.68 -
YUV 27.82 154.06 109.58 -
System Red Green Blue C M Y K H S L
Decimal 2 32 74 0.97 0.57 0 0.71 215 0.95 0.15
Hex 2 20 4A 61 39 0 47 D7 5F F
Octal 2 40 112 141 71 0 107 327 137 17
Binary 10 100000 1001010 1100001 111001 0 1000111 11010111 1011111 1111

Color Harmonies of #02204A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02204A

Black with #02204A

Text Example


Text Example

White with #02204A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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