Html Css Color HEX #177ACF Navy Blue

📋 copy color: '#177ACF'

red 23 ◦ green 122 ◦ blue 207

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

Shades of Navy Blue #177ACF

Tints of Navy Blue #177ACF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.66%

 BLUE value IS 207 (81.25% from 255) = 58.81%

R = 6.53%
G = 34.66%
B = 58.81%

CMYK

 C value IS 0.89

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#177ACF (or 0x177ACF) is known color: Navy Blue. HEX triplet: 17, 7A and CF. RGB value is (23,122,207). Sum of RGB (Red+Green+Blue) = 23+122+207=352 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.53% from 352); Green value is 122 (48.05% from 255 or 34.66% from 352); Blue value is 207 (81.25% from 255 or 58.81% from 352); Max value from RGB is 207 - color contains mainly: blue. Hex color #177ACF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #177ACF is #E88530. Grayscale: #656565. Windows color (decimal): -15238449 or 13597207. OLE color: 13597207.

HSL color Cylindrical-coordinate representation of color #177ACF: hue angle of 207.72º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #177ACF is Cyan = 0.89, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 23 122 207 -
CMYK 0.89 0.41 0 0.19
HSL 207.72º 0.8% 0.45% -
HSV(B) 207.72º 0.89% 0.81% -
XYZ 18.58 18.61 61.64 -
YUV 102.09 187.2 71.59 -
System Red Green Blue C M Y K H S L
Decimal 23 122 207 0.89 0.41 0 0.19 207.72 0.8 0.45
Hex 17 7A CF 59 29 0 13 D0 50 2D
Octal 27 172 317 131 51 0 23 320 120 55
Binary 10111 1111010 11001111 1011001 101001 0 10011 11010000 1010000 101101

Color Harmonies of #177ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #177ACF

Black with #177ACF

Text Example


Text Example

White with #177ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #177ACF; }

 p { color: rgb(23,122,207); }

 H1.HeaderClassName
 {
   color: #177ACF;
 }
 .AnyTagClassName
 {
   color: #177ACF;
 }
</style>

background-color css

<style>
 a { background-color: #177ACF; }

 a { background-color: rgb(23,122,207); }

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

border-color css

<style>
 span { border-color: #177ACF; }

 span { border-color: rgb(23,122,207); }

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