Html Css Color HEX #02176D Sapphire

📋 copy color: '#02176D'

red 2 ◦ green 23 ◦ blue 109

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

Shades of Sapphire #02176D

Tints of Sapphire #02176D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 81.34%

R = 1.49%
G = 17.16%
B = 81.34%

CMYK

 C value IS 0.98

 M value IS 0.79

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#02176D (or 0x02176D) is known color: Sapphire. HEX triplet: 02, 17 and 6D. RGB value is (2,23,109). Sum of RGB (Red+Green+Blue) = 2+23+109=134 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.49% from 134); Green value is 23 (9.38% from 255 or 17.16% from 134); Blue value is 109 (42.97% from 255 or 81.34% from 134); Max value from RGB is 109 - color contains mainly: blue. Hex color #02176D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02176D is #FDE892. Grayscale: #1A1A1A. Windows color (decimal): -16640147 or 7149314. OLE color: 7149314.

HSL color Cylindrical-coordinate representation of color #02176D: hue angle of 228.22º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02176D is Cyan = 0.98, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 2 23 109 -
CMYK 0.98 0.79 0 0.57
HSL 228.22º 0.96% 0.22% -
HSV(B) 228.22º 0.98% 0.43% -
XYZ 3.09 1.73 14.64 -
YUV 26.53 174.54 110.51 -
System Red Green Blue C M Y K H S L
Decimal 2 23 109 0.98 0.79 0 0.57 228.22 0.96 0.22
Hex 2 17 6D 62 4F 0 39 E4 60 16
Octal 2 27 155 142 117 0 71 344 140 26
Binary 10 10111 1101101 1100010 1001111 0 111001 11100100 1100000 10110

Color Harmonies of #02176D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02176D

Black with #02176D

Text Example


Text Example

White with #02176D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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