Html Css Color HEX #021567 Sapphire

📋 copy color: '#021567'

red 2 ◦ green 21 ◦ blue 103

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

Shades of Sapphire #021567

Tints of Sapphire #021567

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.67%

 BLUE value IS 103 (40.63% from 255) = 81.75%

R = 1.59%
G = 16.67%
B = 81.75%

CMYK

 C value IS 0.98

 M value IS 0.80

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#021567 (or 0x021567) is known color: Sapphire. HEX triplet: 02, 15 and 67. RGB value is (2,21,103). Sum of RGB (Red+Green+Blue) = 2+21+103=126 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.59% from 126); Green value is 21 (8.59% from 255 or 16.67% from 126); Blue value is 103 (40.62% from 255 or 81.75% from 126); Max value from RGB is 103 - color contains mainly: blue. Hex color #021567 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021567 is #FDEA98. Grayscale: #181818. Windows color (decimal): -16640665 or 6755586. OLE color: 6755586.

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

Color convert

RGB 2 21 103 -
CMYK 0.98 0.80 0 0.60
HSL 228.71º 0.96% 0.21% -
HSV(B) 228.71º 0.98% 0.4% -
XYZ 2.74 1.53 12.98 -
YUV 24.67 172.21 111.83 -
System Red Green Blue C M Y K H S L
Decimal 2 21 103 0.98 0.80 0 0.60 228.71 0.96 0.21
Hex 2 15 67 62 50 0 3C E5 60 15
Octal 2 25 147 142 120 0 74 345 140 25
Binary 10 10101 1100111 1100010 1010000 0 111100 11100101 1100000 10101

Color Harmonies of #021567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021567

Black with #021567

Text Example


Text Example

White with #021567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021567; }

 p { color: rgb(2,21,103); }

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

background-color css

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

 a { background-color: rgb(2,21,103); }

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

border-color css

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

 span { border-color: rgb(2,21,103); }

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