Html Css Color HEX #021850 Sapphire

📋 copy color: '#021850'

red 2 ◦ green 24 ◦ blue 80

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

Shades of Sapphire #021850

Tints of Sapphire #021850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 75.47%

R = 1.89%
G = 22.64%
B = 75.47%

CMYK

 C value IS 0.98

 M value IS 0.70

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#021850 (or 0x021850) is known color: Sapphire. HEX triplet: 02, 18 and 50. RGB value is (2,24,80). Sum of RGB (Red+Green+Blue) = 2+24+80=106 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.89% from 106); Green value is 24 (9.77% from 255 or 22.64% from 106); Blue value is 80 (31.64% from 255 or 75.47% from 106); Max value from RGB is 80 - color contains mainly: blue. Hex color #021850 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021850 is #FDE7AF. Grayscale: #171717. Windows color (decimal): -16639920 or 5249026. OLE color: 5249026.

HSL color Cylindrical-coordinate representation of color #021850: hue angle of 223.08º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021850 is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 2 24 80 -
CMYK 0.98 0.70 0 0.69
HSL 223.08º 0.95% 0.16% -
HSV(B) 223.08º 0.98% 0.31% -
XYZ 1.8 1.25 7.73 -
YUV 23.81 159.71 112.45 -
System Red Green Blue C M Y K H S L
Decimal 2 24 80 0.98 0.70 0 0.69 223.08 0.95 0.16
Hex 2 18 50 62 46 0 45 DF 5F 10
Octal 2 30 120 142 106 0 105 337 137 20
Binary 10 11000 1010000 1100010 1000110 0 1000101 11011111 1011111 10000

Color Harmonies of #021850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021850

Black with #021850

Text Example


Text Example

White with #021850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021850; }

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

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

background-color css

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

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

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

border-color css

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

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

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