Html Css Color HEX #022460 Sapphire

📋 copy color: '#022460'

red 2 ◦ green 36 ◦ blue 96

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

Shades of Sapphire #022460

Tints of Sapphire #022460

RGB

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

 GREEN value IS 36 (14.45% from 255) = 26.87%

 BLUE value IS 96 (37.89% from 255) = 71.64%

R = 1.49%
G = 26.87%
B = 71.64%

CMYK

 C value IS 0.98

 M value IS 0.62

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#022460 (or 0x022460) is known color: Sapphire. HEX triplet: 02, 24 and 60. RGB value is (2,36,96). Sum of RGB (Red+Green+Blue) = 2+36+96=134 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.49% from 134); Green value is 36 (14.45% from 255 or 26.87% from 134); Blue value is 96 (37.89% from 255 or 71.64% from 134); Max value from RGB is 96 - color contains mainly: blue. Hex color #022460 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022460 is #FDDB9F. Grayscale: #202020. Windows color (decimal): -16636832 or 6300674. OLE color: 6300674.

HSL color Cylindrical-coordinate representation of color #022460: hue angle of 218.3º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022460 is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 2 36 96 -
CMYK 0.98 0.62 0 0.62
HSL 218.3º 0.96% 0.19% -
HSV(B) 218.3º 0.98% 0.38% -
XYZ 2.77 2.12 11.33 -
YUV 32.67 163.74 106.12 -
System Red Green Blue C M Y K H S L
Decimal 2 36 96 0.98 0.62 0 0.62 218.3 0.96 0.19
Hex 2 24 60 62 3E 0 3E DA 60 13
Octal 2 44 140 142 76 0 76 332 140 23
Binary 10 100100 1100000 1100010 111110 0 111110 11011010 1100000 10011

Color Harmonies of #022460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022460

Black with #022460

Text Example


Text Example

White with #022460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022460; }

 p { color: rgb(2,36,96); }

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

background-color css

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

 a { background-color: rgb(2,36,96); }

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

border-color css

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

 span { border-color: rgb(2,36,96); }

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