Html Css Color HEX #002174 Sapphire

📋 copy color: '#002174'

red 0 ◦ green 33 ◦ blue 116

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

Shades of Sapphire #002174

Tints of Sapphire #002174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 77.85%

R = 0%
G = 22.15%
B = 77.85%

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

#002174 (or 0x002174) is known color: Sapphire. HEX triplet: 00, 21 and 74. RGB value is (0,33,116). Sum of RGB (Red+Green+Blue) = 0+33+116=149 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 149); Green value is 33 (13.28% from 255 or 22.15% from 149); Blue value is 116 (45.70% from 255 or 77.85% from 149); Max value from RGB is 116 - color contains mainly: blue. Hex color #002174 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002174 is #FFDE8B. Grayscale: #202020. Windows color (decimal): -16768652 or 7610624. OLE color: 7610624.

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

Color convert

RGB 0 33 116 -
CMYK 1 0.72 0 0.55
HSL 222.93º 1% 0.23% -
HSV(B) 222.93º 1% 0.45% -
XYZ 3.7 2.35 16.78 -
YUV 32.6 175.07 104.75 -
System Red Green Blue C M Y K H S L
Decimal 0 33 116 1 0.72 0 0.55 222.93 1 0.23
Hex 0 21 74 64 48 0 37 DF 64 17
Octal 0 41 164 144 110 0 67 337 144 27
Binary 0 100001 1110100 1100100 1001000 0 110111 11011111 1100100 10111

Color Harmonies of #002174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002174

Black with #002174

Text Example


Text Example

White with #002174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002174; }

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

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

background-color css

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

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

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

border-color css

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

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

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