Html Css Color HEX #136AD8 Navy Blue

📋 copy color: '#136AD8'

red 19 ◦ green 106 ◦ blue 216

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

Shades of Navy Blue #136AD8

Tints of Navy Blue #136AD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 63.34%

R = 5.57%
G = 31.09%
B = 63.34%

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

#136AD8 (or 0x136AD8) is known color: Navy Blue. HEX triplet: 13, 6A and D8. RGB value is (19,106,216). Sum of RGB (Red+Green+Blue) = 19+106+216=341 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.57% from 341); Green value is 106 (41.80% from 255 or 31.09% from 341); Blue value is 216 (84.77% from 255 or 63.34% from 341); Max value from RGB is 216 - color contains mainly: blue. Hex color #136AD8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136AD8 is #EC9527. Grayscale: #5C5C5C. Windows color (decimal): -15504680 or 14182931. OLE color: 14182931.

HSL color Cylindrical-coordinate representation of color #136AD8: hue angle of 213.5º 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 #136AD8 is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 19 106 216 -
CMYK 0.91 0.51 0 0.15
HSL 213.5º 0.84% 0.46% -
HSV(B) 213.5º 0.91% 0.85% -
XYZ 17.82 15.4 67 -
YUV 92.53 197.68 75.56 -
System Red Green Blue C M Y K H S L
Decimal 19 106 216 0.91 0.51 0 0.15 213.5 0.84 0.46
Hex 13 6A D8 5B 33 0 F D6 54 2E
Octal 23 152 330 133 63 0 17 326 124 56
Binary 10011 1101010 11011000 1011011 110011 0 1111 11010110 1010100 101110

Color Harmonies of #136AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136AD8

Black with #136AD8

Text Example


Text Example

White with #136AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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