Html Css Color HEX #021C4B Sapphire

📋 copy color: '#021C4B'

red 2 ◦ green 28 ◦ blue 75

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

Shades of Sapphire #021C4B

Tints of Sapphire #021C4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 71.43%

R = 1.9%
G = 26.67%
B = 71.43%

CMYK

 C value IS 0.97

 M value IS 0.63

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#021C4B (or 0x021C4B) is known color: Sapphire. HEX triplet: 02, 1C and 4B. RGB value is (2,28,75). Sum of RGB (Red+Green+Blue) = 2+28+75=105 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.90% from 105); Green value is 28 (11.33% from 255 or 26.67% from 105); Blue value is 75 (29.69% from 255 or 71.43% from 105); Max value from RGB is 75 - color contains mainly: blue. Hex color #021C4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021C4B is #FDE3B4. Grayscale: #191919. Windows color (decimal): -16638901 or 4922370. OLE color: 4922370.

HSL color Cylindrical-coordinate representation of color #021C4B: hue angle of 218.63º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #021C4B is Cyan = 0.97, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 2 28 75 -
CMYK 0.97 0.63 0 0.71
HSL 218.63º 0.95% 0.15% -
HSV(B) 218.63º 0.97% 0.29% -
XYZ 1.71 1.35 6.83 -
YUV 25.58 155.89 111.18 -
System Red Green Blue C M Y K H S L
Decimal 2 28 75 0.97 0.63 0 0.71 218.63 0.95 0.15
Hex 2 1C 4B 61 3F 0 47 DB 5F F
Octal 2 34 113 141 77 0 107 333 137 17
Binary 10 11100 1001011 1100001 111111 0 1000111 11011011 1011111 1111

Color Harmonies of #021C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021C4B

Black with #021C4B

Text Example


Text Example

White with #021C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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