Html Css Color HEX #0174DD Navy Blue

📋 copy color: '#0174DD'

red 1 ◦ green 116 ◦ blue 221

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

Shades of Navy Blue #0174DD

Tints of Navy Blue #0174DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 65.38%

R = 0.3%
G = 34.32%
B = 65.38%

CMYK

 C value IS 1.00

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0174DD (or 0x0174DD) is known color: Navy Blue. HEX triplet: 01, 74 and DD. RGB value is (1,116,221). Sum of RGB (Red+Green+Blue) = 1+116+221=338 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 221 (86.72% from 255 or 65.38% from 338); Max value from RGB is 221 - color contains mainly: blue. Hex color #0174DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0174DD is #FE8B22. Grayscale: #5D5D5D. Windows color (decimal): -16681763 or 14513153. OLE color: 14513153.

HSL color Cylindrical-coordinate representation of color #0174DD: hue angle of 208.64º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0174DD is Cyan = 1.00, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 1 116 221 -
CMYK 1.00 0.48 0 0.13
HSL 208.64º 0.99% 0.44% -
HSV(B) 208.64º 1% 0.87% -
XYZ 19.31 17.72 70.81 -
YUV 93.59 199.9 61.96 -
System Red Green Blue C M Y K H S L
Decimal 1 116 221 1.00 0.48 0 0.13 208.64 0.99 0.44
Hex 1 74 DD 64 30 0 D D1 63 2C
Octal 1 164 335 144 60 0 15 321 143 54
Binary 1 1110100 11011101 1100100 110000 0 1101 11010001 1100011 101100

Color Harmonies of #0174DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0174DD

Black with #0174DD

Text Example


Text Example

White with #0174DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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