Html Css Color HEX #022A7A Sapphire

📋 copy color: '#022A7A'

red 2 ◦ green 42 ◦ blue 122

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

Shades of Sapphire #022A7A

Tints of Sapphire #022A7A

RGB

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

 GREEN value IS 42 (16.8% from 255) = 25.3%

 BLUE value IS 122 (48.05% from 255) = 73.49%

R = 1.2%
G = 25.3%
B = 73.49%

CMYK

 C value IS 0.98

 M value IS 0.66

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#022A7A (or 0x022A7A) is known color: Sapphire. HEX triplet: 02, 2A and 7A. RGB value is (2,42,122). Sum of RGB (Red+Green+Blue) = 2+42+122=166 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 166); Green value is 42 (16.80% from 255 or 25.30% from 166); Blue value is 122 (48.05% from 255 or 73.49% from 166); Max value from RGB is 122 - color contains mainly: blue. Hex color #022A7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022A7A is #FDD585. Grayscale: #262626. Windows color (decimal): -16635270 or 8006146. OLE color: 8006146.

HSL color Cylindrical-coordinate representation of color #022A7A: hue angle of 220º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022A7A is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 2 42 122 -
CMYK 0.98 0.66 0 0.52
HSL 220º 0.97% 0.24% -
HSV(B) 220º 0.98% 0.48% -
XYZ 4.37 3.07 18.78 -
YUV 39.16 174.75 101.5 -
System Red Green Blue C M Y K H S L
Decimal 2 42 122 0.98 0.66 0 0.52 220 0.97 0.24
Hex 2 2A 7A 62 42 0 34 DC 61 18
Octal 2 52 172 142 102 0 64 334 141 30
Binary 10 101010 1111010 1100010 1000010 0 110100 11011100 1100001 11000

Color Harmonies of #022A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022A7A

Black with #022A7A

Text Example


Text Example

White with #022A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022A7A; }

 p { color: rgb(2,42,122); }

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

background-color css

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

 a { background-color: rgb(2,42,122); }

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

border-color css

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

 span { border-color: rgb(2,42,122); }

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