Html Css Color HEX #157ACF Navy Blue

📋 copy color: '#157ACF'

red 21 ◦ green 122 ◦ blue 207

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

Shades of Navy Blue #157ACF

Tints of Navy Blue #157ACF

RGB

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

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

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

R = 6%
G = 34.86%
B = 59.14%

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

#157ACF (or 0x157ACF) is known color: Navy Blue. HEX triplet: 15, 7A and CF. RGB value is (21,122,207). Sum of RGB (Red+Green+Blue) = 21+122+207=350 (46% of max value = 765). Red value is 21 (8.59% from 255 or 6% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 207 (81.25% from 255 or 59.14% from 350); Max value from RGB is 207 - color contains mainly: blue. Hex color #157ACF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157ACF is #EA8530. Grayscale: #656565. Windows color (decimal): -15369521 or 13597205. OLE color: 13597205.

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

Color convert

RGB 21 122 207 -
CMYK 0.90 0.41 0 0.19
HSL 207.42º 0.82% 0.45% -
HSV(B) 207.42º 0.9% 0.81% -
XYZ 18.53 18.58 61.64 -
YUV 101.49 187.54 70.59 -
System Red Green Blue C M Y K H S L
Decimal 21 122 207 0.90 0.41 0 0.19 207.42 0.82 0.45
Hex 15 7A CF 5A 29 0 13 CF 52 2D
Octal 25 172 317 132 51 0 23 317 122 55
Binary 10101 1111010 11001111 1011010 101001 0 10011 11001111 1010010 101101

Color Harmonies of #157ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157ACF

Black with #157ACF

Text Example


Text Example

White with #157ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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