Html Css Color HEX #0177EA Navy Blue

📋 copy color: '#0177EA'

red 1 ◦ green 119 ◦ blue 234

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

Shades of Navy Blue #0177EA

Tints of Navy Blue #0177EA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.62%

 BLUE value IS 234 (91.8% from 255) = 66.1%

R = 0.28%
G = 33.62%
B = 66.1%

CMYK

 C value IS 1.00

 M value IS 0.49

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0177EA (or 0x0177EA) is known color: Navy Blue. HEX triplet: 01, 77 and EA. RGB value is (1,119,234). Sum of RGB (Red+Green+Blue) = 1+119+234=354 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 354); Green value is 119 (46.88% from 255 or 33.62% from 354); Blue value is 234 (91.80% from 255 or 66.10% from 354); Max value from RGB is 234 - color contains mainly: blue. Hex color #0177EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0177EA is #FE8815. Grayscale: #606060. Windows color (decimal): -16680982 or 15365889. OLE color: 15365889.

HSL color Cylindrical-coordinate representation of color #0177EA: hue angle of 209.61º 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 #0177EA is Cyan = 1.00, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 1 119 234 -
CMYK 1.00 0.49 0 0.08
HSL 209.61º 0.99% 0.46% -
HSV(B) 209.61º 1% 0.92% -
XYZ 21.46 19.14 80.41 -
YUV 96.83 205.41 59.65 -
System Red Green Blue C M Y K H S L
Decimal 1 119 234 1.00 0.49 0 0.08 209.61 0.99 0.46
Hex 1 77 EA 64 31 0 8 D2 63 2E
Octal 1 167 352 144 61 0 10 322 143 56
Binary 1 1110111 11101010 1100100 110001 0 1000 11010010 1100011 101110

Color Harmonies of #0177EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0177EA

Black with #0177EA

Text Example


Text Example

White with #0177EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0177EA; }

 p { color: rgb(1,119,234); }

 H1.HeaderClassName
 {
   color: #0177EA;
 }
 .AnyTagClassName
 {
   color: #0177EA;
 }
</style>

background-color css

<style>
 a { background-color: #0177EA; }

 a { background-color: rgb(1,119,234); }

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

border-color css

<style>
 span { border-color: #0177EA; }

 span { border-color: rgb(1,119,234); }

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