Html Css Color HEX #002170 Sapphire

📋 copy color: '#002170'

red 0 ◦ green 33 ◦ blue 112

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

Shades of Sapphire #002170

Tints of Sapphire #002170

RGB

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

 GREEN value IS 33 (13.28% from 255) = 22.76%

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

R = 0%
G = 22.76%
B = 77.24%

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

#002170 (or 0x002170) is known color: Sapphire. HEX triplet: 00, 21 and 70. RGB value is (0,33,112). Sum of RGB (Red+Green+Blue) = 0+33+112=145 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 145); Green value is 33 (13.28% from 255 or 22.76% from 145); Blue value is 112 (44.14% from 255 or 77.24% from 145); Max value from RGB is 112 - color contains mainly: blue. Hex color #002170 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002170 is #FFDE8F. Grayscale: #1F1F1F. Windows color (decimal): -16768656 or 7348480. OLE color: 7348480.

HSL color Cylindrical-coordinate representation of color #002170: hue angle of 222.32º 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 #002170 is Cyan = 1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 33 112 -
CMYK 1 0.71 0 0.56
HSL 222.32º 1% 0.22% -
HSV(B) 222.32º 1% 0.44% -
XYZ 3.47 2.26 15.58 -
YUV 32.14 173.07 105.08 -
System Red Green Blue C M Y K H S L
Decimal 0 33 112 1 0.71 0 0.56 222.32 1 0.22
Hex 0 21 70 64 47 0 38 DE 64 16
Octal 0 41 160 144 107 0 70 336 144 26
Binary 0 100001 1110000 1100100 1000111 0 111000 11011110 1100100 10110

Color Harmonies of #002170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002170

Black with #002170

Text Example


Text Example

White with #002170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002170; }

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

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

background-color css

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

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

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

border-color css

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

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

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