Html Css Color HEX #157BCF Navy Blue

📋 copy color: '#157BCF'

red 21 ◦ green 123 ◦ blue 207

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

Shades of Navy Blue #157BCF

Tints of Navy Blue #157BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 58.97%

R = 5.98%
G = 35.04%
B = 58.97%

CMYK

 C value IS 0.90

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#157BCF (or 0x157BCF) is known color: Navy Blue. HEX triplet: 15, 7B and CF. RGB value is (21,123,207). Sum of RGB (Red+Green+Blue) = 21+123+207=351 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.98% from 351); Green value is 123 (48.44% from 255 or 35.04% from 351); Blue value is 207 (81.25% from 255 or 58.97% from 351); Max value from RGB is 207 - color contains mainly: blue. Hex color #157BCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157BCF is #EA8430. Grayscale: #656565. Windows color (decimal): -15369265 or 13597461. OLE color: 13597461.

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

Color convert

RGB 21 123 207 -
CMYK 0.90 0.41 0 0.19
HSL 207.1º 0.82% 0.45% -
HSV(B) 207.1º 0.9% 0.81% -
XYZ 18.65 18.83 61.68 -
YUV 102.08 187.21 70.17 -
System Red Green Blue C M Y K H S L
Decimal 21 123 207 0.90 0.41 0 0.19 207.1 0.82 0.45
Hex 15 7B CF 5A 29 0 13 CF 52 2D
Octal 25 173 317 132 51 0 23 317 122 55
Binary 10101 1111011 11001111 1011010 101001 0 10011 11001111 1010010 101101

Color Harmonies of #157BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157BCF

Black with #157BCF

Text Example


Text Example

White with #157BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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