Html Css Color HEX #021D68 Sapphire

📋 copy color: '#021D68'

red 2 ◦ green 29 ◦ blue 104

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

Shades of Sapphire #021D68

Tints of Sapphire #021D68

RGB

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

 GREEN value IS 29 (11.72% from 255) = 21.48%

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

R = 1.48%
G = 21.48%
B = 77.04%

CMYK

 C value IS 0.98

 M value IS 0.72

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#021D68 (or 0x021D68) is known color: Sapphire. HEX triplet: 02, 1D and 68. RGB value is (2,29,104). Sum of RGB (Red+Green+Blue) = 2+29+104=135 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.48% from 135); Green value is 29 (11.72% from 255 or 21.48% from 135); Blue value is 104 (41.02% from 255 or 77.04% from 135); Max value from RGB is 104 - color contains mainly: blue. Hex color #021D68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021D68 is #FDE297. Grayscale: #1D1D1D. Windows color (decimal): -16638616 or 6823170. OLE color: 6823170.

HSL color Cylindrical-coordinate representation of color #021D68: hue angle of 224.12º 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 #021D68 is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 2 29 104 -
CMYK 0.98 0.72 0 0.59
HSL 224.12º 0.96% 0.21% -
HSV(B) 224.12º 0.98% 0.41% -
XYZ 2.96 1.89 13.31 -
YUV 29.48 170.05 108.4 -
System Red Green Blue C M Y K H S L
Decimal 2 29 104 0.98 0.72 0 0.59 224.12 0.96 0.21
Hex 2 1D 68 62 48 0 3B E0 60 15
Octal 2 35 150 142 110 0 73 340 140 25
Binary 10 11101 1101000 1100010 1001000 0 111011 11100000 1100000 10101

Color Harmonies of #021D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021D68

Black with #021D68

Text Example


Text Example

White with #021D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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