Html Css Color HEX #157BD4 Navy Blue

📋 copy color: '#157BD4'

red 21 ◦ green 123 ◦ blue 212

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

Shades of Navy Blue #157BD4

Tints of Navy Blue #157BD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 59.55%

R = 5.9%
G = 34.55%
B = 59.55%

CMYK

 C value IS 0.90

 M value IS 0.42

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#157BD4 (or 0x157BD4) is known color: Navy Blue. HEX triplet: 15, 7B and D4. RGB value is (21,123,212). Sum of RGB (Red+Green+Blue) = 21+123+212=356 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.90% from 356); Green value is 123 (48.44% from 255 or 34.55% from 356); Blue value is 212 (83.20% from 255 or 59.55% from 356); Max value from RGB is 212 - color contains mainly: blue. Hex color #157BD4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157BD4 is #EA842B. Grayscale: #666666. Windows color (decimal): -15369260 or 13925141. OLE color: 13925141.

HSL color Cylindrical-coordinate representation of color #157BD4: hue angle of 207.96º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #157BD4 is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 21 123 212 -
CMYK 0.90 0.42 0 0.17
HSL 207.96º 0.82% 0.46% -
HSV(B) 207.96º 0.9% 0.83% -
XYZ 19.28 19.08 64.95 -
YUV 102.65 189.71 69.76 -
System Red Green Blue C M Y K H S L
Decimal 21 123 212 0.90 0.42 0 0.17 207.96 0.82 0.46
Hex 15 7B D4 5A 2A 0 11 D0 52 2E
Octal 25 173 324 132 52 0 21 320 122 56
Binary 10101 1111011 11010100 1011010 101010 0 10001 11010000 1010010 101110

Color Harmonies of #157BD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157BD4

Black with #157BD4

Text Example


Text Example

White with #157BD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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