Html Css Color HEX #157BCE Navy Blue

📋 copy color: '#157BCE'

red 21 ◦ green 123 ◦ blue 206

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

Shades of Navy Blue #157BCE

Tints of Navy Blue #157BCE

RGB

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

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

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

R = 6%
G = 35.14%
B = 58.86%

CMYK

 C value IS 0.90

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#157BCE (or 0x157BCE) is known color: Navy Blue. HEX triplet: 15, 7B and CE. RGB value is (21,123,206). Sum of RGB (Red+Green+Blue) = 21+123+206=350 (46% of max value = 765). Red value is 21 (8.59% from 255 or 6% from 350); Green value is 123 (48.44% from 255 or 35.14% from 350); Blue value is 206 (80.86% from 255 or 58.86% from 350); Max value from RGB is 206 - color contains mainly: blue. Hex color #157BCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157BCE is #EA8431. Grayscale: #656565. Windows color (decimal): -15369266 or 13531925. OLE color: 13531925.

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

Color convert

RGB 21 123 206 -
CMYK 0.90 0.40 0 0.19
HSL 206.92º 0.81% 0.45% -
HSV(B) 206.92º 0.9% 0.81% -
XYZ 18.53 18.78 61.04 -
YUV 101.96 186.71 70.25 -
System Red Green Blue C M Y K H S L
Decimal 21 123 206 0.90 0.40 0 0.19 206.92 0.81 0.45
Hex 15 7B CE 5A 28 0 13 CF 51 2D
Octal 25 173 316 132 50 0 23 317 121 55
Binary 10101 1111011 11001110 1011010 101000 0 10011 11001111 1010001 101101

Color Harmonies of #157BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157BCE

Black with #157BCE

Text Example


Text Example

White with #157BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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