Html Css Color HEX #157ACB Navy Blue

📋 copy color: '#157ACB'

red 21 ◦ green 122 ◦ blue 203

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

Shades of Navy Blue #157ACB

Tints of Navy Blue #157ACB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.26%

 BLUE value IS 203 (79.69% from 255) = 58.67%

R = 6.07%
G = 35.26%
B = 58.67%

CMYK

 C value IS 0.90

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#157ACB (or 0x157ACB) is known color: Navy Blue. HEX triplet: 15, 7A and CB. RGB value is (21,122,203). Sum of RGB (Red+Green+Blue) = 21+122+203=346 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.07% from 346); Green value is 122 (48.05% from 255 or 35.26% from 346); Blue value is 203 (79.69% from 255 or 58.67% from 346); Max value from RGB is 203 - color contains mainly: blue. Hex color #157ACB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157ACB is #EA8534. Grayscale: #646464. Windows color (decimal): -15369525 or 13335061. OLE color: 13335061.

HSL color Cylindrical-coordinate representation of color #157ACB: hue angle of 206.7º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #157ACB is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 21 122 203 -
CMYK 0.90 0.40 0 0.20
HSL 206.7º 0.81% 0.44% -
HSV(B) 206.7º 0.9% 0.8% -
XYZ 18.05 18.39 59.1 -
YUV 101.04 185.54 70.91 -
System Red Green Blue C M Y K H S L
Decimal 21 122 203 0.90 0.40 0 0.20 206.7 0.81 0.44
Hex 15 7A CB 5A 28 0 14 CF 51 2C
Octal 25 172 313 132 50 0 24 317 121 54
Binary 10101 1111010 11001011 1011010 101000 0 10100 11001111 1010001 101100

Color Harmonies of #157ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157ACB

Black with #157ACB

Text Example


Text Example

White with #157ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,122,203); }

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

background-color css

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

 a { background-color: rgb(21,122,203); }

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

border-color css

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

 span { border-color: rgb(21,122,203); }

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