Html Css Color HEX #020A48 Sapphire

📋 copy color: '#020A48'

red 2 ◦ green 10 ◦ blue 72

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

Shades of Sapphire #020A48

Tints of Sapphire #020A48

RGB

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

 GREEN value IS 10 (4.3% from 255) = 11.9%

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

R = 2.38%
G = 11.9%
B = 85.71%

CMYK

 C value IS 0.97

 M value IS 0.86

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#020A48 (or 0x020A48) is known color: Sapphire. HEX triplet: 02, 0A and 48. RGB value is (2,10,72). Sum of RGB (Red+Green+Blue) = 2+10+72=84 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.38% from 84); Green value is 10 (4.30% from 255 or 11.90% from 84); Blue value is 72 (28.52% from 255 or 85.71% from 84); Max value from RGB is 72 - color contains mainly: blue. Hex color #020A48 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020A48 is #FDF5B7. Grayscale: #0E0E0E. Windows color (decimal): -16643512 or 4721154. OLE color: 4721154.

HSL color Cylindrical-coordinate representation of color #020A48: hue angle of 233.14º 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 #020A48 is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 2 10 72 -
CMYK 0.97 0.86 0 0.72
HSL 233.14º 0.95% 0.15% -
HSV(B) 233.14º 0.97% 0.28% -
XYZ 1.3 0.7 6.2 -
YUV 14.68 160.35 118.96 -
System Red Green Blue C M Y K H S L
Decimal 2 10 72 0.97 0.86 0 0.72 233.14 0.95 0.15
Hex 2 A 48 61 56 0 48 E9 5F F
Octal 2 12 110 141 126 0 110 351 137 17
Binary 10 1010 1001000 1100001 1010110 0 1001000 11101001 1011111 1111

Color Harmonies of #020A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020A48

Black with #020A48

Text Example


Text Example

White with #020A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020A48; }

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

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

background-color css

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

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

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

border-color css

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

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

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