Html Css Color HEX #021C68 Sapphire

📋 copy color: '#021C68'

red 2 ◦ green 28 ◦ blue 104

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

Shades of Sapphire #021C68

Tints of Sapphire #021C68

RGB

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

 GREEN value IS 28 (11.33% from 255) = 20.9%

 BLUE value IS 104 (41.02% from 255) = 77.61%

R = 1.49%
G = 20.9%
B = 77.61%

CMYK

 C value IS 0.98

 M value IS 0.73

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#021C68 (or 0x021C68) is known color: Sapphire. HEX triplet: 02, 1C and 68. RGB value is (2,28,104). Sum of RGB (Red+Green+Blue) = 2+28+104=134 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.49% from 134); Green value is 28 (11.33% from 255 or 20.90% from 134); Blue value is 104 (41.02% from 255 or 77.61% from 134); Max value from RGB is 104 - color contains mainly: blue. Hex color #021C68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021C68 is #FDE397. Grayscale: #1C1C1C. Windows color (decimal): -16638872 or 6822914. OLE color: 6822914.

HSL color Cylindrical-coordinate representation of color #021C68: hue angle of 224.71º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021C68 is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 2 28 104 -
CMYK 0.98 0.73 0 0.59
HSL 224.71º 0.96% 0.21% -
HSV(B) 224.71º 0.98% 0.41% -
XYZ 2.94 1.84 13.3 -
YUV 28.89 170.39 108.82 -
System Red Green Blue C M Y K H S L
Decimal 2 28 104 0.98 0.73 0 0.59 224.71 0.96 0.21
Hex 2 1C 68 62 49 0 3B E1 60 15
Octal 2 34 150 142 111 0 73 341 140 25
Binary 10 11100 1101000 1100010 1001001 0 111011 11100001 1100000 10101

Color Harmonies of #021C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021C68

Black with #021C68

Text Example


Text Example

White with #021C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021C68; }

 p { color: rgb(2,28,104); }

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

background-color css

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

 a { background-color: rgb(2,28,104); }

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

border-color css

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

 span { border-color: rgb(2,28,104); }

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