Html Css Color HEX #136AD9 Navy Blue

📋 copy color: '#136AD9'

red 19 ◦ green 106 ◦ blue 217

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

Shades of Navy Blue #136AD9

Tints of Navy Blue #136AD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 63.45%

R = 5.56%
G = 30.99%
B = 63.45%

CMYK

 C value IS 0.91

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#136AD9 (or 0x136AD9) is known color: Navy Blue. HEX triplet: 13, 6A and D9. RGB value is (19,106,217). Sum of RGB (Red+Green+Blue) = 19+106+217=342 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.56% from 342); Green value is 106 (41.80% from 255 or 30.99% from 342); Blue value is 217 (85.16% from 255 or 63.45% from 342); Max value from RGB is 217 - color contains mainly: blue. Hex color #136AD9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136AD9 is #EC9526. Grayscale: #5C5C5C. Windows color (decimal): -15504679 or 14248467. OLE color: 14248467.

HSL color Cylindrical-coordinate representation of color #136AD9: hue angle of 213.64º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #136AD9 is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 19 106 217 -
CMYK 0.91 0.51 0 0.15
HSL 213.64º 0.84% 0.46% -
HSV(B) 213.64º 0.91% 0.85% -
XYZ 17.95 15.46 67.68 -
YUV 92.64 198.18 75.47 -
System Red Green Blue C M Y K H S L
Decimal 19 106 217 0.91 0.51 0 0.15 213.64 0.84 0.46
Hex 13 6A D9 5B 33 0 F D6 54 2E
Octal 23 152 331 133 63 0 17 326 124 56
Binary 10011 1101010 11011001 1011011 110011 0 1111 11010110 1010100 101110

Color Harmonies of #136AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136AD9

Black with #136AD9

Text Example


Text Example

White with #136AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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