Html Css Color HEX #021865 Sapphire

📋 copy color: '#021865'

red 2 ◦ green 24 ◦ blue 101

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

Shades of Sapphire #021865

Tints of Sapphire #021865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 79.53%

R = 1.57%
G = 18.9%
B = 79.53%

CMYK

 C value IS 0.98

 M value IS 0.76

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#021865 (or 0x021865) is known color: Sapphire. HEX triplet: 02, 18 and 65. RGB value is (2,24,101). Sum of RGB (Red+Green+Blue) = 2+24+101=127 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.57% from 127); Green value is 24 (9.77% from 255 or 18.90% from 127); Blue value is 101 (39.84% from 255 or 79.53% from 127); Max value from RGB is 101 - color contains mainly: blue. Hex color #021865 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021865 is #FDE79A. Grayscale: #191919. Windows color (decimal): -16639899 or 6625282. OLE color: 6625282.

HSL color Cylindrical-coordinate representation of color #021865: hue angle of 226.67º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021865 is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 2 24 101 -
CMYK 0.98 0.76 0 0.60
HSL 226.67º 0.96% 0.2% -
HSV(B) 226.67º 0.98% 0.4% -
XYZ 2.7 1.61 12.48 -
YUV 26.2 170.21 110.74 -
System Red Green Blue C M Y K H S L
Decimal 2 24 101 0.98 0.76 0 0.60 226.67 0.96 0.2
Hex 2 18 65 62 4C 0 3C E3 60 14
Octal 2 30 145 142 114 0 74 343 140 24
Binary 10 11000 1100101 1100010 1001100 0 111100 11100011 1100000 10100

Color Harmonies of #021865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021865

Black with #021865

Text Example


Text Example

White with #021865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021865; }

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

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

background-color css

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

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

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

border-color css

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

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

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