Html Css Color HEX #022D75 Sapphire

📋 copy color: '#022D75'

red 2 ◦ green 45 ◦ blue 117

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

Shades of Sapphire #022D75

Tints of Sapphire #022D75

RGB

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

 GREEN value IS 45 (17.97% from 255) = 27.44%

 BLUE value IS 117 (46.09% from 255) = 71.34%

R = 1.22%
G = 27.44%
B = 71.34%

CMYK

 C value IS 0.98

 M value IS 0.62

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#022D75 (or 0x022D75) is known color: Sapphire. HEX triplet: 02, 2D and 75. RGB value is (2,45,117). Sum of RGB (Red+Green+Blue) = 2+45+117=164 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.22% from 164); Green value is 45 (17.97% from 255 or 27.44% from 164); Blue value is 117 (46.09% from 255 or 71.34% from 164); Max value from RGB is 117 - color contains mainly: blue. Hex color #022D75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022D75 is #FDD28A. Grayscale: #282828. Windows color (decimal): -16634507 or 7679234. OLE color: 7679234.

HSL color Cylindrical-coordinate representation of color #022D75: hue angle of 217.57º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022D75 is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 2 45 117 -
CMYK 0.98 0.62 0 0.54
HSL 217.57º 0.97% 0.23% -
HSV(B) 217.57º 0.98% 0.46% -
XYZ 4.17 3.17 17.22 -
YUV 40.35 171.25 100.65 -
System Red Green Blue C M Y K H S L
Decimal 2 45 117 0.98 0.62 0 0.54 217.57 0.97 0.23
Hex 2 2D 75 62 3E 0 36 DA 61 17
Octal 2 55 165 142 76 0 66 332 141 27
Binary 10 101101 1110101 1100010 111110 0 110110 11011010 1100001 10111

Color Harmonies of #022D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022D75

Black with #022D75

Text Example


Text Example

White with #022D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,45,117); }

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

background-color css

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

 a { background-color: rgb(2,45,117); }

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

border-color css

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

 span { border-color: rgb(2,45,117); }

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