Html Css Color HEX #157BDA Navy Blue

📋 copy color: '#157BDA'

red 21 ◦ green 123 ◦ blue 218

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

Shades of Navy Blue #157BDA

Tints of Navy Blue #157BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 60.22%

R = 5.8%
G = 33.98%
B = 60.22%

CMYK

 C value IS 0.90

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#157BDA (or 0x157BDA) is known color: Navy Blue. HEX triplet: 15, 7B and DA. RGB value is (21,123,218). Sum of RGB (Red+Green+Blue) = 21+123+218=362 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.80% from 362); Green value is 123 (48.44% from 255 or 33.98% from 362); Blue value is 218 (85.55% from 255 or 60.22% from 362); Max value from RGB is 218 - color contains mainly: blue. Hex color #157BDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157BDA is #EA8425. Grayscale: #666666. Windows color (decimal): -15369254 or 14318357. OLE color: 14318357.

HSL color Cylindrical-coordinate representation of color #157BDA: hue angle of 208.93º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #157BDA is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 21 123 218 -
CMYK 0.90 0.44 0 0.15
HSL 208.93º 0.82% 0.47% -
HSV(B) 208.93º 0.9% 0.85% -
XYZ 20.05 19.39 69.02 -
YUV 103.33 192.71 69.28 -
System Red Green Blue C M Y K H S L
Decimal 21 123 218 0.90 0.44 0 0.15 208.93 0.82 0.47
Hex 15 7B DA 5A 2C 0 F D1 52 2F
Octal 25 173 332 132 54 0 17 321 122 57
Binary 10101 1111011 11011010 1011010 101100 0 1111 11010001 1010010 101111

Color Harmonies of #157BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157BDA

Black with #157BDA

Text Example


Text Example

White with #157BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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