Html Css Color HEX #0174DA Navy Blue

📋 copy color: '#0174DA'

red 1 ◦ green 116 ◦ blue 218

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

Shades of Navy Blue #0174DA

Tints of Navy Blue #0174DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 65.07%

R = 0.3%
G = 34.63%
B = 65.07%

CMYK

 C value IS 1.00

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0174DA (or 0x0174DA) is known color: Navy Blue. HEX triplet: 01, 74 and DA. RGB value is (1,116,218). Sum of RGB (Red+Green+Blue) = 1+116+218=335 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 335); Green value is 116 (45.70% from 255 or 34.63% from 335); Blue value is 218 (85.55% from 255 or 65.07% from 335); Max value from RGB is 218 - color contains mainly: blue. Hex color #0174DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0174DA is #FE8B25. Grayscale: #5C5C5C. Windows color (decimal): -16681766 or 14316545. OLE color: 14316545.

HSL color Cylindrical-coordinate representation of color #0174DA: hue angle of 208.2º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0174DA is Cyan = 1.00, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 1 116 218 -
CMYK 1.00 0.47 0 0.15
HSL 208.2º 0.99% 0.43% -
HSV(B) 208.2º 1% 0.85% -
XYZ 18.91 17.56 68.72 -
YUV 93.24 198.4 62.21 -
System Red Green Blue C M Y K H S L
Decimal 1 116 218 1.00 0.47 0 0.15 208.2 0.99 0.43
Hex 1 74 DA 64 2F 0 F D0 63 2B
Octal 1 164 332 144 57 0 17 320 143 53
Binary 1 1110100 11011010 1100100 101111 0 1111 11010000 1100011 101011

Color Harmonies of #0174DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0174DA

Black with #0174DA

Text Example


Text Example

White with #0174DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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