Html Css Color HEX #0176EB Navy Blue

📋 copy color: '#0176EB'

red 1 ◦ green 118 ◦ blue 235

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

Shades of Navy Blue #0176EB

Tints of Navy Blue #0176EB

RGB

 RED value IS 1 (0.78% from 255) = 0.28%

 GREEN value IS 118 (46.48% from 255) = 33.33%

 BLUE value IS 235 (92.19% from 255) = 66.38%

R = 0.28%
G = 33.33%
B = 66.38%

CMYK

 C value IS 1.00

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0176EB (or 0x0176EB) is known color: Navy Blue. HEX triplet: 01, 76 and EB. RGB value is (1,118,235). Sum of RGB (Red+Green+Blue) = 1+118+235=354 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 354); Green value is 118 (46.48% from 255 or 33.33% from 354); Blue value is 235 (92.19% from 255 or 66.38% from 354); Max value from RGB is 235 - color contains mainly: blue. Hex color #0176EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0176EB is #FE8914. Grayscale: #5F5F5F. Windows color (decimal): -16681237 or 15431169. OLE color: 15431169.

HSL color Cylindrical-coordinate representation of color #0176EB: hue angle of 210º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0176EB is Cyan = 1.00, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 1 118 235 -
CMYK 1.00 0.50 0 0.08
HSL 210º 0.99% 0.46% -
HSV(B) 210º 1% 0.92% -
XYZ 21.49 18.96 81.12 -
YUV 96.36 206.24 59.99 -
System Red Green Blue C M Y K H S L
Decimal 1 118 235 1.00 0.50 0 0.08 210 0.99 0.46
Hex 1 76 EB 64 32 0 8 D2 63 2E
Octal 1 166 353 144 62 0 10 322 143 56
Binary 1 1110110 11101011 1100100 110010 0 1000 11010010 1100011 101110

Color Harmonies of #0176EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0176EB

Black with #0176EB

Text Example


Text Example

White with #0176EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0176EB; }

 p { color: rgb(1,118,235); }

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

background-color css

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

 a { background-color: rgb(1,118,235); }

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

border-color css

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

 span { border-color: rgb(1,118,235); }

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