Html Css Color HEX #002070 Sapphire

📋 copy color: '#002070'

red 0 ◦ green 32 ◦ blue 112

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

Shades of Sapphire #002070

Tints of Sapphire #002070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 77.78%

R = 0%
G = 22.22%
B = 77.78%

CMYK

 C value IS 1

 M value IS 0.71

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#002070 (or 0x002070) is known color: Sapphire. HEX triplet: 00, 20 and 70. RGB value is (0,32,112). Sum of RGB (Red+Green+Blue) = 0+32+112=144 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 144); Green value is 32 (12.89% from 255 or 22.22% from 144); Blue value is 112 (44.14% from 255 or 77.78% from 144); Max value from RGB is 112 - color contains mainly: blue. Hex color #002070 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002070 is #FFDF8F. Grayscale: #1F1F1F. Windows color (decimal): -16768912 or 7348224. OLE color: 7348224.

HSL color Cylindrical-coordinate representation of color #002070: hue angle of 222.86º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002070 is Cyan = 1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 32 112 -
CMYK 1 0.71 0 0.56
HSL 222.86º 1% 0.22% -
HSV(B) 222.86º 1% 0.44% -
XYZ 3.44 2.2 15.57 -
YUV 31.55 173.4 105.5 -
System Red Green Blue C M Y K H S L
Decimal 0 32 112 1 0.71 0 0.56 222.86 1 0.22
Hex 0 20 70 64 47 0 38 DF 64 16
Octal 0 40 160 144 107 0 70 337 144 26
Binary 0 100000 1110000 1100100 1000111 0 111000 11011111 1100100 10110

Color Harmonies of #002070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002070

Black with #002070

Text Example


Text Example

White with #002070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002070; }

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

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

background-color css

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

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

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

border-color css

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

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

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