Html Css Color HEX #02176E Sapphire

📋 copy color: '#02176E'

red 2 ◦ green 23 ◦ blue 110

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

Shades of Sapphire #02176E

Tints of Sapphire #02176E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 81.48%

R = 1.48%
G = 17.04%
B = 81.48%

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

#02176E (or 0x02176E) is known color: Sapphire. HEX triplet: 02, 17 and 6E. RGB value is (2,23,110). Sum of RGB (Red+Green+Blue) = 2+23+110=135 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.48% from 135); Green value is 23 (9.38% from 255 or 17.04% from 135); Blue value is 110 (43.36% from 255 or 81.48% from 135); Max value from RGB is 110 - color contains mainly: blue. Hex color #02176E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02176E is #FDE891. Grayscale: #1A1A1A. Windows color (decimal): -16640146 or 7214850. OLE color: 7214850.

HSL color Cylindrical-coordinate representation of color #02176E: hue angle of 228.33º 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 #02176E is Cyan = 0.98, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 2 23 110 -
CMYK 0.98 0.79 0 0.57
HSL 228.33º 0.96% 0.22% -
HSV(B) 228.33º 0.98% 0.43% -
XYZ 3.15 1.75 14.92 -
YUV 26.64 175.04 110.43 -
System Red Green Blue C M Y K H S L
Decimal 2 23 110 0.98 0.79 0 0.57 228.33 0.96 0.22
Hex 2 17 6E 62 4F 0 39 E4 60 16
Octal 2 27 156 142 117 0 71 344 140 26
Binary 10 10111 1101110 1100010 1001111 0 111001 11100100 1100000 10110

Color Harmonies of #02176E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02176E

Black with #02176E

Text Example


Text Example

White with #02176E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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