Html Css Color HEX #02174C Sapphire

📋 copy color: '#02174C'

red 2 ◦ green 23 ◦ blue 76

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

Shades of Sapphire #02174C

Tints of Sapphire #02174C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 75.25%

R = 1.98%
G = 22.77%
B = 75.25%

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

#02174C (or 0x02174C) is known color: Sapphire. HEX triplet: 02, 17 and 4C. RGB value is (2,23,76). Sum of RGB (Red+Green+Blue) = 2+23+76=101 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.98% from 101); Green value is 23 (9.38% from 255 or 22.77% from 101); Blue value is 76 (30.08% from 255 or 75.25% from 101); Max value from RGB is 76 - color contains mainly: blue. Hex color #02174C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02174C is #FDE8B3. Grayscale: #161616. Windows color (decimal): -16640180 or 4986626. OLE color: 4986626.

HSL color Cylindrical-coordinate representation of color #02174C: hue angle of 222.97º 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 #02174C is Cyan = 0.97, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 2 23 76 -
CMYK 0.97 0.70 0 0.70
HSL 222.97º 0.95% 0.15% -
HSV(B) 222.97º 0.97% 0.3% -
XYZ 1.64 1.15 6.97 -
YUV 22.76 158.04 113.19 -
System Red Green Blue C M Y K H S L
Decimal 2 23 76 0.97 0.70 0 0.70 222.97 0.95 0.15
Hex 2 17 4C 61 46 0 46 DF 5F F
Octal 2 27 114 141 106 0 106 337 137 17
Binary 10 10111 1001100 1100001 1000110 0 1000110 11011111 1011111 1111

Color Harmonies of #02174C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02174C

Black with #02174C

Text Example


Text Example

White with #02174C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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