Html Css Color HEX #021748 Sapphire

📋 copy color: '#021748'

red 2 ◦ green 23 ◦ blue 72

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

Shades of Sapphire #021748

Tints of Sapphire #021748

RGB

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

 GREEN value IS 23 (9.38% from 255) = 23.71%

 BLUE value IS 72 (28.52% from 255) = 74.23%

R = 2.06%
G = 23.71%
B = 74.23%

CMYK

 C value IS 0.97

 M value IS 0.68

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#021748 (or 0x021748) is known color: Sapphire. HEX triplet: 02, 17 and 48. RGB value is (2,23,72). Sum of RGB (Red+Green+Blue) = 2+23+72=97 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.06% from 97); Green value is 23 (9.38% from 255 or 23.71% from 97); Blue value is 72 (28.52% from 255 or 74.23% from 97); Max value from RGB is 72 - color contains mainly: blue. Hex color #021748 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021748 is #FDE8B7. Grayscale: #161616. Windows color (decimal): -16640184 or 4724482. OLE color: 4724482.

HSL color Cylindrical-coordinate representation of color #021748: hue angle of 222º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #021748 is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 2 23 72 -
CMYK 0.97 0.68 0 0.72
HSL 222º 0.95% 0.15% -
HSV(B) 222º 0.97% 0.28% -
XYZ 1.5 1.09 6.26 -
YUV 22.31 156.04 113.52 -
System Red Green Blue C M Y K H S L
Decimal 2 23 72 0.97 0.68 0 0.72 222 0.95 0.15
Hex 2 17 48 61 44 0 48 DE 5F F
Octal 2 27 110 141 104 0 110 336 137 17
Binary 10 10111 1001000 1100001 1000100 0 1001000 11011110 1011111 1111

Color Harmonies of #021748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021748

Black with #021748

Text Example


Text Example

White with #021748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021748; }

 p { color: rgb(2,23,72); }

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

background-color css

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

 a { background-color: rgb(2,23,72); }

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

border-color css

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

 span { border-color: rgb(2,23,72); }

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