Html Css Color HEX #021C69 Sapphire

📋 copy color: '#021C69'

red 2 ◦ green 28 ◦ blue 105

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

Shades of Sapphire #021C69

Tints of Sapphire #021C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 77.78%

R = 1.48%
G = 20.74%
B = 77.78%

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

#021C69 (or 0x021C69) is known color: Sapphire. HEX triplet: 02, 1C and 69. RGB value is (2,28,105). Sum of RGB (Red+Green+Blue) = 2+28+105=135 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.48% from 135); Green value is 28 (11.33% from 255 or 20.74% from 135); Blue value is 105 (41.41% from 255 or 77.78% from 135); Max value from RGB is 105 - color contains mainly: blue. Hex color #021C69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021C69 is #FDE396. Grayscale: #1C1C1C. Windows color (decimal): -16638871 or 6888450. OLE color: 6888450.

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

Color convert

RGB 2 28 105 -
CMYK 0.98 0.73 0 0.59
HSL 224.85º 0.96% 0.21% -
HSV(B) 224.85º 0.98% 0.41% -
XYZ 2.99 1.86 13.57 -
YUV 29 170.89 108.74 -
System Red Green Blue C M Y K H S L
Decimal 2 28 105 0.98 0.73 0 0.59 224.85 0.96 0.21
Hex 2 1C 69 62 49 0 3B E1 60 15
Octal 2 34 151 142 111 0 73 341 140 25
Binary 10 11100 1101001 1100010 1001001 0 111011 11100001 1100000 10101

Color Harmonies of #021C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021C69

Black with #021C69

Text Example


Text Example

White with #021C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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