Html Css Color HEX #157ACC Navy Blue

📋 copy color: '#157ACC'

red 21 ◦ green 122 ◦ blue 204

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

Shades of Navy Blue #157ACC

Tints of Navy Blue #157ACC

RGB

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

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

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

R = 6.05%
G = 35.16%
B = 58.79%

CMYK

 C value IS 0.90

 M value IS 0.40

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#157ACC (or 0x157ACC) is known color: Navy Blue. HEX triplet: 15, 7A and CC. RGB value is (21,122,204). Sum of RGB (Red+Green+Blue) = 21+122+204=347 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.05% from 347); Green value is 122 (48.05% from 255 or 35.16% from 347); Blue value is 204 (80.08% from 255 or 58.79% from 347); Max value from RGB is 204 - color contains mainly: blue. Hex color #157ACC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157ACC is #EA8533. Grayscale: #646464. Windows color (decimal): -15369524 or 13400597. OLE color: 13400597.

HSL color Cylindrical-coordinate representation of color #157ACC: hue angle of 206.89º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #157ACC is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 21 122 204 -
CMYK 0.90 0.40 0 0.2
HSL 206.89º 0.81% 0.44% -
HSV(B) 206.89º 0.9% 0.8% -
XYZ 18.17 18.44 59.73 -
YUV 101.15 186.04 70.83 -
System Red Green Blue C M Y K H S L
Decimal 21 122 204 0.90 0.40 0 0.2 206.89 0.81 0.44
Hex 15 7A CC 5A 28 0 14 CF 51 2C
Octal 25 172 314 132 50 0 24 317 121 54
Binary 10101 1111010 11001100 1011010 101000 0 10100 11001111 1010001 101100

Color Harmonies of #157ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157ACC

Black with #157ACC

Text Example


Text Example

White with #157ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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