Html Css Color HEX #022960 Sapphire

📋 copy color: '#022960'

red 2 ◦ green 41 ◦ blue 96

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

Shades of Sapphire #022960

Tints of Sapphire #022960

RGB

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

 GREEN value IS 41 (16.41% from 255) = 29.5%

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

R = 1.44%
G = 29.5%
B = 69.06%

CMYK

 C value IS 0.98

 M value IS 0.57

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#022960 (or 0x022960) is known color: Sapphire. HEX triplet: 02, 29 and 60. RGB value is (2,41,96). Sum of RGB (Red+Green+Blue) = 2+41+96=139 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.44% from 139); Green value is 41 (16.41% from 255 or 29.50% from 139); Blue value is 96 (37.89% from 255 or 69.06% from 139); Max value from RGB is 96 - color contains mainly: blue. Hex color #022960 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022960 is #FDD69F. Grayscale: #232323. Windows color (decimal): -16635552 or 6301954. OLE color: 6301954.

HSL color Cylindrical-coordinate representation of color #022960: hue angle of 215.11º 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 #022960 is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 2 41 96 -
CMYK 0.98 0.57 0 0.62
HSL 215.11º 0.96% 0.19% -
HSV(B) 215.11º 0.98% 0.38% -
XYZ 2.93 2.44 11.38 -
YUV 35.61 162.08 104.03 -
System Red Green Blue C M Y K H S L
Decimal 2 41 96 0.98 0.57 0 0.62 215.11 0.96 0.19
Hex 2 29 60 62 39 0 3E D7 60 13
Octal 2 51 140 142 71 0 76 327 140 23
Binary 10 101001 1100000 1100010 111001 0 111110 11010111 1100000 10011

Color Harmonies of #022960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022960

Black with #022960

Text Example


Text Example

White with #022960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022960; }

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

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

background-color css

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

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

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

border-color css

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

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

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