Html Css Color HEX #022269 Sapphire

📋 copy color: '#022269'

red 2 ◦ green 34 ◦ blue 105

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

Shades of Sapphire #022269

Tints of Sapphire #022269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 74.47%

R = 1.42%
G = 24.11%
B = 74.47%

CMYK

 C value IS 0.98

 M value IS 0.68

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#022269 (or 0x022269) is known color: Sapphire. HEX triplet: 02, 22 and 69. RGB value is (2,34,105). Sum of RGB (Red+Green+Blue) = 2+34+105=141 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.42% from 141); Green value is 34 (13.67% from 255 or 24.11% from 141); Blue value is 105 (41.41% from 255 or 74.47% from 141); Max value from RGB is 105 - color contains mainly: blue. Hex color #022269 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022269 is #FDDD96. Grayscale: #202020. Windows color (decimal): -16637335 or 6889986. OLE color: 6889986.

HSL color Cylindrical-coordinate representation of color #022269: hue angle of 221.36º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022269 is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 2 34 105 -
CMYK 0.98 0.68 0 0.59
HSL 221.36º 0.96% 0.21% -
HSV(B) 221.36º 0.98% 0.41% -
XYZ 3.15 2.18 13.62 -
YUV 32.53 168.9 106.23 -
System Red Green Blue C M Y K H S L
Decimal 2 34 105 0.98 0.68 0 0.59 221.36 0.96 0.21
Hex 2 22 69 62 44 0 3B DD 60 15
Octal 2 42 151 142 104 0 73 335 140 25
Binary 10 100010 1101001 1100010 1000100 0 111011 11011101 1100000 10101

Color Harmonies of #022269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022269

Black with #022269

Text Example


Text Example

White with #022269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022269; }

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

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

background-color css

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

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

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

border-color css

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

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

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