Html Css Color HEX #02224E Sapphire

📋 copy color: '#02224E'

red 2 ◦ green 34 ◦ blue 78

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

Shades of Sapphire #02224E

Tints of Sapphire #02224E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 68.42%

R = 1.75%
G = 29.82%
B = 68.42%

CMYK

 C value IS 0.97

 M value IS 0.56

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#02224E (or 0x02224E) is known color: Sapphire. HEX triplet: 02, 22 and 4E. RGB value is (2,34,78). Sum of RGB (Red+Green+Blue) = 2+34+78=114 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.75% from 114); Green value is 34 (13.67% from 255 or 29.82% from 114); Blue value is 78 (30.86% from 255 or 68.42% from 114); Max value from RGB is 78 - color contains mainly: blue. Hex color #02224E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02224E is #FDDDB1. Grayscale: #1D1D1D. Windows color (decimal): -16637362 or 5120514. OLE color: 5120514.

HSL color Cylindrical-coordinate representation of color #02224E: hue angle of 214.74º 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 #02224E is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 2 34 78 -
CMYK 0.97 0.56 0 0.69
HSL 214.74º 0.95% 0.16% -
HSV(B) 214.74º 0.97% 0.31% -
XYZ 1.97 1.71 7.43 -
YUV 29.45 155.4 108.42 -
System Red Green Blue C M Y K H S L
Decimal 2 34 78 0.97 0.56 0 0.69 214.74 0.95 0.16
Hex 2 22 4E 61 38 0 45 D7 5F 10
Octal 2 42 116 141 70 0 105 327 137 20
Binary 10 100010 1001110 1100001 111000 0 1000101 11010111 1011111 10000

Color Harmonies of #02224E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02224E

Black with #02224E

Text Example


Text Example

White with #02224E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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