Html Css Color HEX #022B68 Sapphire

📋 copy color: '#022B68'

red 2 ◦ green 43 ◦ blue 104

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

Shades of Sapphire #022B68

Tints of Sapphire #022B68

RGB

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

 GREEN value IS 43 (17.19% from 255) = 28.86%

 BLUE value IS 104 (41.02% from 255) = 69.8%

R = 1.34%
G = 28.86%
B = 69.8%

CMYK

 C value IS 0.98

 M value IS 0.59

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#022B68 (or 0x022B68) is known color: Sapphire. HEX triplet: 02, 2B and 68. RGB value is (2,43,104). Sum of RGB (Red+Green+Blue) = 2+43+104=149 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.34% from 149); Green value is 43 (17.19% from 255 or 28.86% from 149); Blue value is 104 (41.02% from 255 or 69.80% from 149); Max value from RGB is 104 - color contains mainly: blue. Hex color #022B68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022B68 is #FDD497. Grayscale: #252525. Windows color (decimal): -16635032 or 6826754. OLE color: 6826754.

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

Color convert

RGB 2 43 104 -
CMYK 0.98 0.59 0 0.59
HSL 215.88º 0.96% 0.21% -
HSV(B) 215.88º 0.98% 0.41% -
XYZ 3.39 2.74 13.45 -
YUV 37.7 165.42 102.54 -
System Red Green Blue C M Y K H S L
Decimal 2 43 104 0.98 0.59 0 0.59 215.88 0.96 0.21
Hex 2 2B 68 62 3B 0 3B D8 60 15
Octal 2 53 150 142 73 0 73 330 140 25
Binary 10 101011 1101000 1100010 111011 0 111011 11011000 1100000 10101

Color Harmonies of #022B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022B68

Black with #022B68

Text Example


Text Example

White with #022B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,43,104); }

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

background-color css

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

 a { background-color: rgb(2,43,104); }

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

border-color css

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

 span { border-color: rgb(2,43,104); }

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