Html Css Color HEX #0174CC Navy Blue

📋 copy color: '#0174CC'

red 1 ◦ green 116 ◦ blue 204

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

Shades of Navy Blue #0174CC

Tints of Navy Blue #0174CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 63.55%

R = 0.31%
G = 36.14%
B = 63.55%

CMYK

 C value IS 1.00

 M value IS 0.43

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0174CC (or 0x0174CC) is known color: Navy Blue. HEX triplet: 01, 74 and CC. RGB value is (1,116,204). Sum of RGB (Red+Green+Blue) = 1+116+204=321 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 321); Green value is 116 (45.70% from 255 or 36.14% from 321); Blue value is 204 (80.08% from 255 or 63.55% from 321); Max value from RGB is 204 - color contains mainly: blue. Hex color #0174CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0174CC is #FE8B33. Grayscale: #5B5B5B. Windows color (decimal): -16681780 or 13399041. OLE color: 13399041.

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

Color convert

RGB 1 116 204 -
CMYK 1.00 0.43 0 0.2
HSL 206.01º 0.99% 0.4% -
HSV(B) 206.01º 1% 0.8% -
XYZ 17.16 16.86 59.48 -
YUV 91.65 191.4 63.34 -
System Red Green Blue C M Y K H S L
Decimal 1 116 204 1.00 0.43 0 0.2 206.01 0.99 0.4
Hex 1 74 CC 64 2B 0 14 CE 63 28
Octal 1 164 314 144 53 0 24 316 143 50
Binary 1 1110100 11001100 1100100 101011 0 10100 11001110 1100011 101000

Color Harmonies of #0174CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0174CC

Black with #0174CC

Text Example


Text Example

White with #0174CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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