Html Css Color HEX #002073 Sapphire

📋 copy color: '#002073'

red 0 ◦ green 32 ◦ blue 115

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

Shades of Sapphire #002073

Tints of Sapphire #002073

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 32 (12.89% from 255) = 21.77%

 BLUE value IS 115 (45.31% from 255) = 78.23%

R = 0%
G = 21.77%
B = 78.23%

CMYK

 C value IS 1

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#002073 (or 0x002073) is known color: Sapphire. HEX triplet: 00, 20 and 73. RGB value is (0,32,115). Sum of RGB (Red+Green+Blue) = 0+32+115=147 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 147); Green value is 32 (12.89% from 255 or 21.77% from 147); Blue value is 115 (45.31% from 255 or 78.23% from 147); Max value from RGB is 115 - color contains mainly: blue. Hex color #002073 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002073 is #FFDF8C. Grayscale: #1F1F1F. Windows color (decimal): -16768909 or 7544832. OLE color: 7544832.

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

Color convert

RGB 0 32 115 -
CMYK 1 0.72 0 0.55
HSL 223.3º 1% 0.23% -
HSV(B) 223.3º 1% 0.45% -
XYZ 3.61 2.27 16.47 -
YUV 31.89 174.9 105.25 -
System Red Green Blue C M Y K H S L
Decimal 0 32 115 1 0.72 0 0.55 223.3 1 0.23
Hex 0 20 73 64 48 0 37 DF 64 17
Octal 0 40 163 144 110 0 67 337 144 27
Binary 0 100000 1110011 1100100 1001000 0 110111 11011111 1100100 10111

Color Harmonies of #002073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002073

Black with #002073

Text Example


Text Example

White with #002073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002073; }

 p { color: rgb(0,32,115); }

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

background-color css

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

 a { background-color: rgb(0,32,115); }

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

border-color css

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

 span { border-color: rgb(0,32,115); }

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