Html Css Color HEX #0178CF Navy Blue

📋 copy color: '#0178CF'

red 1 ◦ green 120 ◦ blue 207

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

Shades of Navy Blue #0178CF

Tints of Navy Blue #0178CF

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.59%

 BLUE value IS 207 (81.25% from 255) = 63.11%

R = 0.3%
G = 36.59%
B = 63.11%

CMYK

 C value IS 1.00

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0178CF (or 0x0178CF) is known color: Navy Blue. HEX triplet: 01, 78 and CF. RGB value is (1,120,207). Sum of RGB (Red+Green+Blue) = 1+120+207=328 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 328); Green value is 120 (47.27% from 255 or 36.59% from 328); Blue value is 207 (81.25% from 255 or 63.11% from 328); Max value from RGB is 207 - color contains mainly: blue. Hex color #0178CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0178CF is #FE8730. Grayscale: #5D5D5D. Windows color (decimal): -16680753 or 13596673. OLE color: 13596673.

HSL color Cylindrical-coordinate representation of color #0178CF: hue angle of 205.34º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0178CF is Cyan = 1.00, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 1 120 207 -
CMYK 1.00 0.42 0 0.19
HSL 205.34º 0.99% 0.41% -
HSV(B) 205.34º 1% 0.81% -
XYZ 17.99 17.94 61.55 -
YUV 94.34 191.58 61.43 -
System Red Green Blue C M Y K H S L
Decimal 1 120 207 1.00 0.42 0 0.19 205.34 0.99 0.41
Hex 1 78 CF 64 2A 0 13 CD 63 29
Octal 1 170 317 144 52 0 23 315 143 51
Binary 1 1111000 11001111 1100100 101010 0 10011 11001101 1100011 101001

Color Harmonies of #0178CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0178CF

Black with #0178CF

Text Example


Text Example

White with #0178CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0178CF; }

 p { color: rgb(1,120,207); }

 H1.HeaderClassName
 {
   color: #0178CF;
 }
 .AnyTagClassName
 {
   color: #0178CF;
 }
</style>

background-color css

<style>
 a { background-color: #0178CF; }

 a { background-color: rgb(1,120,207); }

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

border-color css

<style>
 span { border-color: #0178CF; }

 span { border-color: rgb(1,120,207); }

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