Html Css Color HEX #174FED Navy Blue

📋 copy color: '#174FED'

red 23 ◦ green 79 ◦ blue 237

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

Shades of Navy Blue #174FED

Tints of Navy Blue #174FED

RGB

 RED value IS 23 (9.38% from 255) = 6.78%

 GREEN value IS 79 (31.25% from 255) = 23.3%

 BLUE value IS 237 (92.97% from 255) = 69.91%

R = 6.78%
G = 23.3%
B = 69.91%

CMYK

 C value IS 0.90

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#174FED (or 0x174FED) is known color: Navy Blue. HEX triplet: 17, 4F and ED. RGB value is (23,79,237). Sum of RGB (Red+Green+Blue) = 23+79+237=339 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.78% from 339); Green value is 79 (31.25% from 255 or 23.30% from 339); Blue value is 237 (92.97% from 255 or 69.91% from 339); Max value from RGB is 237 - color contains mainly: blue. Hex color #174FED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #174FED is #E8B012. Grayscale: #4F4F4F. Windows color (decimal): -15249427 or 15552279. OLE color: 15552279.

HSL color Cylindrical-coordinate representation of color #174FED: hue angle of 224.3º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #174FED is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 23 79 237 -
CMYK 0.90 0.67 0 0.07
HSL 224.3º 0.86% 0.51% -
HSV(B) 224.3º 0.9% 0.93% -
XYZ 18.44 11.89 81.44 -
YUV 80.27 216.45 87.15 -
System Red Green Blue C M Y K H S L
Decimal 23 79 237 0.90 0.67 0 0.07 224.3 0.86 0.51
Hex 17 4F ED 5A 43 0 7 E0 56 33
Octal 27 117 355 132 103 0 7 340 126 63
Binary 10111 1001111 11101101 1011010 1000011 0 111 11100000 1010110 110011

Color Harmonies of #174FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174FED

Black with #174FED

Text Example


Text Example

White with #174FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #174FED; }

 p { color: rgb(23,79,237); }

 H1.HeaderClassName
 {
   color: #174FED;
 }
 .AnyTagClassName
 {
   color: #174FED;
 }
</style>

background-color css

<style>
 a { background-color: #174FED; }

 a { background-color: rgb(23,79,237); }

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

border-color css

<style>
 span { border-color: #174FED; }

 span { border-color: rgb(23,79,237); }

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