Html Css Color HEX #136AD5 Navy Blue

📋 copy color: '#136AD5'

red 19 ◦ green 106 ◦ blue 213

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

Shades of Navy Blue #136AD5

Tints of Navy Blue #136AD5

RGB

 RED value IS 19 (7.81% from 255) = 5.62%

 GREEN value IS 106 (41.8% from 255) = 31.36%

 BLUE value IS 213 (83.59% from 255) = 63.02%

R = 5.62%
G = 31.36%
B = 63.02%

CMYK

 C value IS 0.91

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#136AD5 (or 0x136AD5) is known color: Navy Blue. HEX triplet: 13, 6A and D5. RGB value is (19,106,213). Sum of RGB (Red+Green+Blue) = 19+106+213=338 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.62% from 338); Green value is 106 (41.80% from 255 or 31.36% from 338); Blue value is 213 (83.59% from 255 or 63.02% from 338); Max value from RGB is 213 - color contains mainly: blue. Hex color #136AD5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136AD5 is #EC952A. Grayscale: #5B5B5B. Windows color (decimal): -15504683 or 13986323. OLE color: 13986323.

HSL color Cylindrical-coordinate representation of color #136AD5: hue angle of 213.09º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #136AD5 is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 19 106 213 -
CMYK 0.91 0.50 0 0.16
HSL 213.09º 0.84% 0.45% -
HSV(B) 213.09º 0.91% 0.84% -
XYZ 17.43 15.25 64.98 -
YUV 92.19 196.18 75.8 -
System Red Green Blue C M Y K H S L
Decimal 19 106 213 0.91 0.50 0 0.16 213.09 0.84 0.45
Hex 13 6A D5 5B 32 0 10 D5 54 2D
Octal 23 152 325 133 62 0 20 325 124 55
Binary 10011 1101010 11010101 1011011 110010 0 10000 11010101 1010100 101101

Color Harmonies of #136AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136AD5

Black with #136AD5

Text Example


Text Example

White with #136AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136AD5; }

 p { color: rgb(19,106,213); }

 H1.HeaderClassName
 {
   color: #136AD5;
 }
 .AnyTagClassName
 {
   color: #136AD5;
 }
</style>

background-color css

<style>
 a { background-color: #136AD5; }

 a { background-color: rgb(19,106,213); }

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

border-color css

<style>
 span { border-color: #136AD5; }

 span { border-color: rgb(19,106,213); }

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