Html Css Color HEX #02174D Sapphire

📋 copy color: '#02174D'

red 2 ◦ green 23 ◦ blue 77

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

Shades of Sapphire #02174D

Tints of Sapphire #02174D

RGB

 RED value IS 2 (1.17% from 255) = 1.96%

 GREEN value IS 23 (9.38% from 255) = 22.55%

 BLUE value IS 77 (30.47% from 255) = 75.49%

R = 1.96%
G = 22.55%
B = 75.49%

CMYK

 C value IS 0.97

 M value IS 0.70

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#02174D (or 0x02174D) is known color: Sapphire. HEX triplet: 02, 17 and 4D. RGB value is (2,23,77). Sum of RGB (Red+Green+Blue) = 2+23+77=102 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.96% from 102); Green value is 23 (9.38% from 255 or 22.55% from 102); Blue value is 77 (30.47% from 255 or 75.49% from 102); Max value from RGB is 77 - color contains mainly: blue. Hex color #02174D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02174D is #FDE8B2. Grayscale: #161616. Windows color (decimal): -16640179 or 5052162. OLE color: 5052162.

HSL color Cylindrical-coordinate representation of color #02174D: hue angle of 223.2º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02174D is Cyan = 0.97, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 2 23 77 -
CMYK 0.97 0.70 0 0.70
HSL 223.2º 0.95% 0.15% -
HSV(B) 223.2º 0.97% 0.3% -
XYZ 1.67 1.16 7.16 -
YUV 22.88 158.54 113.11 -
System Red Green Blue C M Y K H S L
Decimal 2 23 77 0.97 0.70 0 0.70 223.2 0.95 0.15
Hex 2 17 4D 61 46 0 46 DF 5F F
Octal 2 27 115 141 106 0 106 337 137 17
Binary 10 10111 1001101 1100001 1000110 0 1000110 11011111 1011111 1111

Color Harmonies of #02174D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02174D

Black with #02174D

Text Example


Text Example

White with #02174D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02174D; }

 p { color: rgb(2,23,77); }

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

background-color css

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

 a { background-color: rgb(2,23,77); }

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

border-color css

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

 span { border-color: rgb(2,23,77); }

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