Html Css Color HEX #002178 Sapphire

📋 copy color: '#002178'

red 0 ◦ green 33 ◦ blue 120

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

Shades of Sapphire #002178

Tints of Sapphire #002178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 78.43%

R = 0%
G = 21.57%
B = 78.43%

CMYK

 C value IS 1

 M value IS 0.72

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#002178 (or 0x002178) is known color: Sapphire. HEX triplet: 00, 21 and 78. RGB value is (0,33,120). Sum of RGB (Red+Green+Blue) = 0+33+120=153 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 153); Green value is 33 (13.28% from 255 or 21.57% from 153); Blue value is 120 (47.27% from 255 or 78.43% from 153); Max value from RGB is 120 - color contains mainly: blue. Hex color #002178 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002178 is #FFDE87. Grayscale: #202020. Windows color (decimal): -16768648 or 7872768. OLE color: 7872768.

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

Color convert

RGB 0 33 120 -
CMYK 1 0.72 0 0.53
HSL 223.5º 1% 0.24% -
HSV(B) 223.5º 1% 0.47% -
XYZ 3.93 2.44 18.03 -
YUV 33.05 177.07 104.43 -
System Red Green Blue C M Y K H S L
Decimal 0 33 120 1 0.72 0 0.53 223.5 1 0.24
Hex 0 21 78 64 48 0 35 E0 64 18
Octal 0 41 170 144 110 0 65 340 144 30
Binary 0 100001 1111000 1100100 1001000 0 110101 11100000 1100100 11000

Color Harmonies of #002178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002178

Black with #002178

Text Example


Text Example

White with #002178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002178; }

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

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

background-color css

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

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

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

border-color css

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

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

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