Html Css Color HEX #176AEA Navy Blue

📋 copy color: '#176AEA'

red 23 ◦ green 106 ◦ blue 234

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

Shades of Navy Blue #176AEA

Tints of Navy Blue #176AEA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.2%

 BLUE value IS 234 (91.8% from 255) = 64.46%

R = 6.34%
G = 29.2%
B = 64.46%

CMYK

 C value IS 0.90

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#176AEA (or 0x176AEA) is known color: Navy Blue. HEX triplet: 17, 6A and EA. RGB value is (23,106,234). Sum of RGB (Red+Green+Blue) = 23+106+234=363 (48% of max value = 765). Red value is 23 (9.38% from 255 or 6.34% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 234 (91.80% from 255 or 64.46% from 363); Max value from RGB is 234 - color contains mainly: blue. Hex color #176AEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #176AEA is #E89515. Grayscale: #5F5F5F. Windows color (decimal): -15242518 or 15362583. OLE color: 15362583.

HSL color Cylindrical-coordinate representation of color #176AEA: hue angle of 216.4º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #176AEA is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 23 106 234 -
CMYK 0.90 0.55 0 0.08
HSL 216.4º 0.83% 0.5% -
HSV(B) 216.4º 0.9% 0.92% -
XYZ 20.36 16.43 79.94 -
YUV 95.78 206 76.09 -
System Red Green Blue C M Y K H S L
Decimal 23 106 234 0.90 0.55 0 0.08 216.4 0.83 0.5
Hex 17 6A EA 5A 37 0 8 D8 53 32
Octal 27 152 352 132 67 0 10 330 123 62
Binary 10111 1101010 11101010 1011010 110111 0 1000 11011000 1010011 110010

Color Harmonies of #176AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #176AEA

Black with #176AEA

Text Example


Text Example

White with #176AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #176AEA; }

 p { color: rgb(23,106,234); }

 H1.HeaderClassName
 {
   color: #176AEA;
 }
 .AnyTagClassName
 {
   color: #176AEA;
 }
</style>

background-color css

<style>
 a { background-color: #176AEA; }

 a { background-color: rgb(23,106,234); }

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

border-color css

<style>
 span { border-color: #176AEA; }

 span { border-color: rgb(23,106,234); }

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