Html Css Color HEX #157ACE Navy Blue

📋 copy color: '#157ACE'

red 21 ◦ green 122 ◦ blue 206

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

Shades of Navy Blue #157ACE

Tints of Navy Blue #157ACE

RGB

 RED value IS 21 (8.59% from 255) = 6.02%

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

 BLUE value IS 206 (80.86% from 255) = 59.03%

R = 6.02%
G = 34.96%
B = 59.03%

CMYK

 C value IS 0.90

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#157ACE (or 0x157ACE) is known color: Navy Blue. HEX triplet: 15, 7A and CE. RGB value is (21,122,206). Sum of RGB (Red+Green+Blue) = 21+122+206=349 (46% of max value = 765). Red value is 21 (8.59% from 255 or 6.02% from 349); Green value is 122 (48.05% from 255 or 34.96% from 349); Blue value is 206 (80.86% from 255 or 59.03% from 349); Max value from RGB is 206 - color contains mainly: blue. Hex color #157ACE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157ACE is #EA8531. Grayscale: #646464. Windows color (decimal): -15369522 or 13531669. OLE color: 13531669.

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

Color convert

RGB 21 122 206 -
CMYK 0.90 0.41 0 0.19
HSL 207.24º 0.81% 0.45% -
HSV(B) 207.24º 0.9% 0.81% -
XYZ 18.41 18.53 61 -
YUV 101.38 187.04 70.67 -
System Red Green Blue C M Y K H S L
Decimal 21 122 206 0.90 0.41 0 0.19 207.24 0.81 0.45
Hex 15 7A CE 5A 29 0 13 CF 51 2D
Octal 25 172 316 132 51 0 23 317 121 55
Binary 10101 1111010 11001110 1011010 101001 0 10011 11001111 1010001 101101

Color Harmonies of #157ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157ACE

Black with #157ACE

Text Example


Text Example

White with #157ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157ACE; }

 p { color: rgb(21,122,206); }

 H1.HeaderClassName
 {
   color: #157ACE;
 }
 .AnyTagClassName
 {
   color: #157ACE;
 }
</style>

background-color css

<style>
 a { background-color: #157ACE; }

 a { background-color: rgb(21,122,206); }

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

border-color css

<style>
 span { border-color: #157ACE; }

 span { border-color: rgb(21,122,206); }

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