Html Css Color HEX #021C72 Sapphire

📋 copy color: '#021C72'

red 2 ◦ green 28 ◦ blue 114

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

Shades of Sapphire #021C72

Tints of Sapphire #021C72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 79.17%

R = 1.39%
G = 19.44%
B = 79.17%

CMYK

 C value IS 0.98

 M value IS 0.75

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#021C72 (or 0x021C72) is known color: Sapphire. HEX triplet: 02, 1C and 72. RGB value is (2,28,114). Sum of RGB (Red+Green+Blue) = 2+28+114=144 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.39% from 144); Green value is 28 (11.33% from 255 or 19.44% from 144); Blue value is 114 (44.92% from 255 or 79.17% from 144); Max value from RGB is 114 - color contains mainly: blue. Hex color #021C72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021C72 is #FDE38D. Grayscale: #1D1D1D. Windows color (decimal): -16638862 or 7478274. OLE color: 7478274.

HSL color Cylindrical-coordinate representation of color #021C72: hue angle of 226.07º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021C72 is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 2 28 114 -
CMYK 0.98 0.75 0 0.55
HSL 226.07º 0.97% 0.23% -
HSV(B) 226.07º 0.98% 0.45% -
XYZ 3.48 2.06 16.13 -
YUV 30.03 175.39 108.01 -
System Red Green Blue C M Y K H S L
Decimal 2 28 114 0.98 0.75 0 0.55 226.07 0.97 0.23
Hex 2 1C 72 62 4B 0 37 E2 61 17
Octal 2 34 162 142 113 0 67 342 141 27
Binary 10 11100 1110010 1100010 1001011 0 110111 11100010 1100001 10111

Color Harmonies of #021C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021C72

Black with #021C72

Text Example


Text Example

White with #021C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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