Html Css Color HEX #0174CA Navy Blue

📋 copy color: '#0174CA'

red 1 ◦ green 116 ◦ blue 202

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

Shades of Navy Blue #0174CA

Tints of Navy Blue #0174CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 63.32%

R = 0.31%
G = 36.36%
B = 63.32%

CMYK

 C value IS 1.00

 M value IS 0.43

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0174CA (or 0x0174CA) is known color: Navy Blue. HEX triplet: 01, 74 and CA. RGB value is (1,116,202). Sum of RGB (Red+Green+Blue) = 1+116+202=319 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 319); Green value is 116 (45.70% from 255 or 36.36% from 319); Blue value is 202 (79.30% from 255 or 63.32% from 319); Max value from RGB is 202 - color contains mainly: blue. Hex color #0174CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0174CA is #FE8B35. Grayscale: #5A5A5A. Windows color (decimal): -16681782 or 13267969. OLE color: 13267969.

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

Color convert

RGB 1 116 202 -
CMYK 1.00 0.43 0 0.21
HSL 205.67º 0.99% 0.4% -
HSV(B) 205.67º 1% 0.79% -
XYZ 16.92 16.76 58.22 -
YUV 91.42 190.4 63.51 -
System Red Green Blue C M Y K H S L
Decimal 1 116 202 1.00 0.43 0 0.21 205.67 0.99 0.4
Hex 1 74 CA 64 2B 0 15 CE 63 28
Octal 1 164 312 144 53 0 25 316 143 50
Binary 1 1110100 11001010 1100100 101011 0 10101 11001110 1100011 101000

Color Harmonies of #0174CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0174CA

Black with #0174CA

Text Example


Text Example

White with #0174CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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