Html Css Color HEX #022258 Sapphire

📋 copy color: '#022258'

red 2 ◦ green 34 ◦ blue 88

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

Shades of Sapphire #022258

Tints of Sapphire #022258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 70.97%

R = 1.61%
G = 27.42%
B = 70.97%

CMYK

 C value IS 0.98

 M value IS 0.61

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#022258 (or 0x022258) is known color: Sapphire. HEX triplet: 02, 22 and 58. RGB value is (2,34,88). Sum of RGB (Red+Green+Blue) = 2+34+88=124 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.61% from 124); Green value is 34 (13.67% from 255 or 27.42% from 124); Blue value is 88 (34.77% from 255 or 70.97% from 124); Max value from RGB is 88 - color contains mainly: blue. Hex color #022258 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022258 is #FDDDA7. Grayscale: #1E1E1E. Windows color (decimal): -16637352 or 5775874. OLE color: 5775874.

HSL color Cylindrical-coordinate representation of color #022258: hue angle of 217.67º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022258 is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 2 34 88 -
CMYK 0.98 0.61 0 0.65
HSL 217.67º 0.96% 0.18% -
HSV(B) 217.67º 0.98% 0.35% -
XYZ 2.36 1.86 9.47 -
YUV 30.59 160.4 107.61 -
System Red Green Blue C M Y K H S L
Decimal 2 34 88 0.98 0.61 0 0.65 217.67 0.96 0.18
Hex 2 22 58 62 3D 0 41 DA 60 12
Octal 2 42 130 142 75 0 101 332 140 22
Binary 10 100010 1011000 1100010 111101 0 1000001 11011010 1100000 10010

Color Harmonies of #022258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022258

Black with #022258

Text Example


Text Example

White with #022258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022258; }

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

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

background-color css

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

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

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

border-color css

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

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

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