Html Css Color HEX #022670 Sapphire

📋 copy color: '#022670'

red 2 ◦ green 38 ◦ blue 112

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

Shades of Sapphire #022670

Tints of Sapphire #022670

RGB

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

 GREEN value IS 38 (15.23% from 255) = 25%

 BLUE value IS 112 (44.14% from 255) = 73.68%

R = 1.32%
G = 25%
B = 73.68%

CMYK

 C value IS 0.98

 M value IS 0.66

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#022670 (or 0x022670) is known color: Sapphire. HEX triplet: 02, 26 and 70. RGB value is (2,38,112). Sum of RGB (Red+Green+Blue) = 2+38+112=152 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 152); Green value is 38 (15.23% from 255 or 25% from 152); Blue value is 112 (44.14% from 255 or 73.68% from 152); Max value from RGB is 112 - color contains mainly: blue. Hex color #022670 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022670 is #FDD98F. Grayscale: #232323. Windows color (decimal): -16636304 or 7349762. OLE color: 7349762.

HSL color Cylindrical-coordinate representation of color #022670: hue angle of 220.36º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022670 is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 2 38 112 -
CMYK 0.98 0.66 0 0.56
HSL 220.36º 0.96% 0.22% -
HSV(B) 220.36º 0.98% 0.44% -
XYZ 3.64 2.57 15.63 -
YUV 35.67 171.07 103.98 -
System Red Green Blue C M Y K H S L
Decimal 2 38 112 0.98 0.66 0 0.56 220.36 0.96 0.22
Hex 2 26 70 62 42 0 38 DC 60 16
Octal 2 46 160 142 102 0 70 334 140 26
Binary 10 100110 1110000 1100010 1000010 0 111000 11011100 1100000 10110

Color Harmonies of #022670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022670

Black with #022670

Text Example


Text Example

White with #022670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022670; }

 p { color: rgb(2,38,112); }

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

background-color css

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

 a { background-color: rgb(2,38,112); }

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

border-color css

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

 span { border-color: rgb(2,38,112); }

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