Html Css Color HEX #002172 Sapphire

📋 copy color: '#002172'

red 0 ◦ green 33 ◦ blue 114

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

Shades of Sapphire #002172

Tints of Sapphire #002172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 77.55%

R = 0%
G = 22.45%
B = 77.55%

CMYK

 C value IS 1

 M value IS 0.71

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#002172 (or 0x002172) is known color: Sapphire. HEX triplet: 00, 21 and 72. RGB value is (0,33,114). Sum of RGB (Red+Green+Blue) = 0+33+114=147 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 147); Green value is 33 (13.28% from 255 or 22.45% from 147); Blue value is 114 (44.92% from 255 or 77.55% from 147); Max value from RGB is 114 - color contains mainly: blue. Hex color #002172 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002172 is #FFDE8D. Grayscale: #202020. Windows color (decimal): -16768654 or 7479552. OLE color: 7479552.

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

Color convert

RGB 0 33 114 -
CMYK 1 0.71 0 0.55
HSL 222.63º 1% 0.22% -
HSV(B) 222.63º 1% 0.45% -
XYZ 3.58 2.3 16.18 -
YUV 32.37 174.07 104.91 -
System Red Green Blue C M Y K H S L
Decimal 0 33 114 1 0.71 0 0.55 222.63 1 0.22
Hex 0 21 72 64 47 0 37 DF 64 16
Octal 0 41 162 144 107 0 67 337 144 26
Binary 0 100001 1110010 1100100 1000111 0 110111 11011111 1100100 10110

Color Harmonies of #002172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002172

Black with #002172

Text Example


Text Example

White with #002172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002172; }

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

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

background-color css

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

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

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

border-color css

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

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

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