Html Css Color HEX #02224F Sapphire

📋 copy color: '#02224F'

red 2 ◦ green 34 ◦ blue 79

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

Shades of Sapphire #02224F

Tints of Sapphire #02224F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 29.57%

 BLUE value IS 79 (31.25% from 255) = 68.7%

R = 1.74%
G = 29.57%
B = 68.7%

CMYK

 C value IS 0.97

 M value IS 0.57

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#02224F (or 0x02224F) is known color: Sapphire. HEX triplet: 02, 22 and 4F. RGB value is (2,34,79). Sum of RGB (Red+Green+Blue) = 2+34+79=115 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.74% from 115); Green value is 34 (13.67% from 255 or 29.57% from 115); Blue value is 79 (31.25% from 255 or 68.70% from 115); Max value from RGB is 79 - color contains mainly: blue. Hex color #02224F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02224F is #FDDDB0. Grayscale: #1D1D1D. Windows color (decimal): -16637361 or 5186050. OLE color: 5186050.

HSL color Cylindrical-coordinate representation of color #02224F: hue angle of 215.06º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02224F is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 2 34 79 -
CMYK 0.97 0.57 0 0.69
HSL 215.06º 0.95% 0.16% -
HSV(B) 215.06º 0.97% 0.31% -
XYZ 2.01 1.72 7.62 -
YUV 29.56 155.9 108.34 -
System Red Green Blue C M Y K H S L
Decimal 2 34 79 0.97 0.57 0 0.69 215.06 0.95 0.16
Hex 2 22 4F 61 39 0 45 D7 5F 10
Octal 2 42 117 141 71 0 105 327 137 20
Binary 10 100010 1001111 1100001 111001 0 1000101 11010111 1011111 10000

Color Harmonies of #02224F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02224F

Black with #02224F

Text Example


Text Example

White with #02224F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02224F; }

 p { color: rgb(2,34,79); }

 H1.HeaderClassName
 {
   color: #02224F;
 }
 .AnyTagClassName
 {
   color: #02224F;
 }
</style>

background-color css

<style>
 a { background-color: #02224F; }

 a { background-color: rgb(2,34,79); }

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

border-color css

<style>
 span { border-color: #02224F; }

 span { border-color: rgb(2,34,79); }

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