Html Css Color HEX #136AD6 Navy Blue

📋 copy color: '#136AD6'

red 19 ◦ green 106 ◦ blue 214

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

Shades of Navy Blue #136AD6

Tints of Navy Blue #136AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 63.13%

R = 5.6%
G = 31.27%
B = 63.13%

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

#136AD6 (or 0x136AD6) is known color: Navy Blue. HEX triplet: 13, 6A and D6. RGB value is (19,106,214). Sum of RGB (Red+Green+Blue) = 19+106+214=339 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.60% from 339); Green value is 106 (41.80% from 255 or 31.27% from 339); Blue value is 214 (83.98% from 255 or 63.13% from 339); Max value from RGB is 214 - color contains mainly: blue. Hex color #136AD6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136AD6 is #EC9529. Grayscale: #5B5B5B. Windows color (decimal): -15504682 or 14051859. OLE color: 14051859.

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

Color convert

RGB 19 106 214 -
CMYK 0.91 0.50 0 0.16
HSL 213.23º 0.84% 0.46% -
HSV(B) 213.23º 0.91% 0.84% -
XYZ 17.56 15.3 65.65 -
YUV 92.3 196.68 75.72 -
System Red Green Blue C M Y K H S L
Decimal 19 106 214 0.91 0.50 0 0.16 213.23 0.84 0.46
Hex 13 6A D6 5B 32 0 10 D5 54 2E
Octal 23 152 326 133 62 0 20 325 124 56
Binary 10011 1101010 11010110 1011011 110010 0 10000 11010101 1010100 101110

Color Harmonies of #136AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136AD6

Black with #136AD6

Text Example


Text Example

White with #136AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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