Html Css Color HEX #022569 Sapphire

📋 copy color: '#022569'

red 2 ◦ green 37 ◦ blue 105

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

Shades of Sapphire #022569

Tints of Sapphire #022569

RGB

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

 GREEN value IS 37 (14.84% from 255) = 25.69%

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

R = 1.39%
G = 25.69%
B = 72.92%

CMYK

 C value IS 0.98

 M value IS 0.65

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#022569 (or 0x022569) is known color: Sapphire. HEX triplet: 02, 25 and 69. RGB value is (2,37,105). Sum of RGB (Red+Green+Blue) = 2+37+105=144 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.39% from 144); Green value is 37 (14.84% from 255 or 25.69% from 144); Blue value is 105 (41.41% from 255 or 72.92% from 144); Max value from RGB is 105 - color contains mainly: blue. Hex color #022569 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022569 is #FDDA96. Grayscale: #212121. Windows color (decimal): -16636567 or 6890754. OLE color: 6890754.

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

Color convert

RGB 2 37 105 -
CMYK 0.98 0.65 0 0.59
HSL 219.61º 0.96% 0.21% -
HSV(B) 219.61º 0.98% 0.41% -
XYZ 3.24 2.36 13.65 -
YUV 34.29 167.9 104.97 -
System Red Green Blue C M Y K H S L
Decimal 2 37 105 0.98 0.65 0 0.59 219.61 0.96 0.21
Hex 2 25 69 62 41 0 3B DC 60 15
Octal 2 45 151 142 101 0 73 334 140 25
Binary 10 100101 1101001 1100010 1000001 0 111011 11011100 1100000 10101

Color Harmonies of #022569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022569

Black with #022569

Text Example


Text Example

White with #022569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022569; }

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

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

background-color css

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

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

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

border-color css

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

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

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