Html Css Color HEX #021875 Sapphire

📋 copy color: '#021875'

red 2 ◦ green 24 ◦ blue 117

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

Shades of Sapphire #021875

Tints of Sapphire #021875

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.78%

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

R = 1.4%
G = 16.78%
B = 81.82%

CMYK

 C value IS 0.98

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#021875 (or 0x021875) is known color: Sapphire. HEX triplet: 02, 18 and 75. RGB value is (2,24,117). Sum of RGB (Red+Green+Blue) = 2+24+117=143 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.40% from 143); Green value is 24 (9.77% from 255 or 16.78% from 143); Blue value is 117 (46.09% from 255 or 81.82% from 143); Max value from RGB is 117 - color contains mainly: blue. Hex color #021875 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021875 is #FDE78A. Grayscale: #1B1B1B. Windows color (decimal): -16639883 or 7673858. OLE color: 7673858.

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

Color convert

RGB 2 24 117 -
CMYK 0.98 0.79 0 0.54
HSL 228.52º 0.97% 0.23% -
HSV(B) 228.52º 0.98% 0.46% -
XYZ 3.56 1.95 17.02 -
YUV 28.02 178.21 109.44 -
System Red Green Blue C M Y K H S L
Decimal 2 24 117 0.98 0.79 0 0.54 228.52 0.97 0.23
Hex 2 18 75 62 4F 0 36 E5 61 17
Octal 2 30 165 142 117 0 66 345 141 27
Binary 10 11000 1110101 1100010 1001111 0 110110 11100101 1100001 10111

Color Harmonies of #021875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021875

Black with #021875

Text Example


Text Example

White with #021875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021875; }

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

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

background-color css

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

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

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

border-color css

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

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

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