Html Css Color HEX #157BD2 Navy Blue

📋 copy color: '#157BD2'

red 21 ◦ green 123 ◦ blue 210

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

Shades of Navy Blue #157BD2

Tints of Navy Blue #157BD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 59.32%

R = 5.93%
G = 34.75%
B = 59.32%

CMYK

 C value IS 0.90

 M value IS 0.41

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#157BD2 (or 0x157BD2) is known color: Navy Blue. HEX triplet: 15, 7B and D2. RGB value is (21,123,210). Sum of RGB (Red+Green+Blue) = 21+123+210=354 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.93% from 354); Green value is 123 (48.44% from 255 or 34.75% from 354); Blue value is 210 (82.42% from 255 or 59.32% from 354); Max value from RGB is 210 - color contains mainly: blue. Hex color #157BD2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157BD2 is #EA842D. Grayscale: #656565. Windows color (decimal): -15369262 or 13794069. OLE color: 13794069.

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

Color convert

RGB 21 123 210 -
CMYK 0.90 0.41 0 0.18
HSL 207.62º 0.82% 0.45% -
HSV(B) 207.62º 0.9% 0.82% -
XYZ 19.03 18.98 63.63 -
YUV 102.42 188.71 69.93 -
System Red Green Blue C M Y K H S L
Decimal 21 123 210 0.90 0.41 0 0.18 207.62 0.82 0.45
Hex 15 7B D2 5A 29 0 12 D0 52 2D
Octal 25 173 322 132 51 0 22 320 122 55
Binary 10101 1111011 11010010 1011010 101001 0 10010 11010000 1010010 101101

Color Harmonies of #157BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157BD2

Black with #157BD2

Text Example


Text Example

White with #157BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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