Html Css Color HEX #157BCD Navy Blue

📋 copy color: '#157BCD'

red 21 ◦ green 123 ◦ blue 205

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

Shades of Navy Blue #157BCD

Tints of Navy Blue #157BCD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.24%

 BLUE value IS 205 (80.47% from 255) = 58.74%

R = 6.02%
G = 35.24%
B = 58.74%

CMYK

 C value IS 0.90

 M value IS 0.4

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#157BCD (or 0x157BCD) is known color: Navy Blue. HEX triplet: 15, 7B and CD. RGB value is (21,123,205). Sum of RGB (Red+Green+Blue) = 21+123+205=349 (46% of max value = 765). Red value is 21 (8.59% from 255 or 6.02% from 349); Green value is 123 (48.44% from 255 or 35.24% from 349); Blue value is 205 (80.47% from 255 or 58.74% from 349); Max value from RGB is 205 - color contains mainly: blue. Hex color #157BCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157BCD is #EA8432. Grayscale: #656565. Windows color (decimal): -15369267 or 13466389. OLE color: 13466389.

HSL color Cylindrical-coordinate representation of color #157BCD: hue angle of 206.74º 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 #157BCD is Cyan = 0.90, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 21 123 205 -
CMYK 0.90 0.4 0 0.20
HSL 206.74º 0.81% 0.44% -
HSV(B) 206.74º 0.9% 0.8% -
XYZ 18.41 18.73 60.4 -
YUV 101.85 186.21 70.33 -
System Red Green Blue C M Y K H S L
Decimal 21 123 205 0.90 0.4 0 0.20 206.74 0.81 0.44
Hex 15 7B CD 5A 28 0 14 CF 51 2C
Octal 25 173 315 132 50 0 24 317 121 54
Binary 10101 1111011 11001101 1011010 101000 0 10100 11001111 1010001 101100

Color Harmonies of #157BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157BCD

Black with #157BCD

Text Example


Text Example

White with #157BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,123,205); }

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

background-color css

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

 a { background-color: rgb(21,123,205); }

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

border-color css

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

 span { border-color: rgb(21,123,205); }

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