Html Css Color HEX #0174BE Navy Blue

📋 copy color: '#0174BE'

red 1 ◦ green 116 ◦ blue 190

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

Shades of Navy Blue #0174BE

Tints of Navy Blue #0174BE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.79%

 BLUE value IS 190 (74.61% from 255) = 61.89%

R = 0.33%
G = 37.79%
B = 61.89%

CMYK

 C value IS 0.99

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0174BE (or 0x0174BE) is known color: Navy Blue. HEX triplet: 01, 74 and BE. RGB value is (1,116,190). Sum of RGB (Red+Green+Blue) = 1+116+190=307 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 307); Green value is 116 (45.70% from 255 or 37.79% from 307); Blue value is 190 (74.61% from 255 or 61.89% from 307); Max value from RGB is 190 - color contains mainly: blue. Hex color #0174BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0174BE is #FE8B41. Grayscale: #595959. Windows color (decimal): -16681794 or 12481537. OLE color: 12481537.

HSL color Cylindrical-coordinate representation of color #0174BE: hue angle of 203.49º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0174BE is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 1 116 190 -
CMYK 0.99 0.39 0 0.25
HSL 203.49º 0.99% 0.37% -
HSV(B) 203.49º 0.99% 0.75% -
XYZ 15.55 16.21 51.03 -
YUV 90.05 184.4 64.48 -
System Red Green Blue C M Y K H S L
Decimal 1 116 190 0.99 0.39 0 0.25 203.49 0.99 0.37
Hex 1 74 BE 63 27 0 19 CB 63 25
Octal 1 164 276 143 47 0 31 313 143 45
Binary 1 1110100 10111110 1100011 100111 0 11001 11001011 1100011 100101

Color Harmonies of #0174BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0174BE

Black with #0174BE

Text Example


Text Example

White with #0174BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0174BE; }

 p { color: rgb(1,116,190); }

 H1.HeaderClassName
 {
   color: #0174BE;
 }
 .AnyTagClassName
 {
   color: #0174BE;
 }
</style>

background-color css

<style>
 a { background-color: #0174BE; }

 a { background-color: rgb(1,116,190); }

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

border-color css

<style>
 span { border-color: #0174BE; }

 span { border-color: rgb(1,116,190); }

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