Html Css Color HEX #136FD6 Navy Blue

📋 copy color: '#136FD6'

red 19 ◦ green 111 ◦ blue 214

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

Shades of Navy Blue #136FD6

Tints of Navy Blue #136FD6

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.27%

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

R = 5.52%
G = 32.27%
B = 62.21%

CMYK

 C value IS 0.91

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#136FD6 (or 0x136FD6) is known color: Navy Blue. HEX triplet: 13, 6F and D6. RGB value is (19,111,214). Sum of RGB (Red+Green+Blue) = 19+111+214=344 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.52% from 344); Green value is 111 (43.75% from 255 or 32.27% from 344); Blue value is 214 (83.98% from 255 or 62.21% from 344); Max value from RGB is 214 - color contains mainly: blue. Hex color #136FD6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136FD6 is #EC9029. Grayscale: #5E5E5E. Windows color (decimal): -15503402 or 14053139. OLE color: 14053139.

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

Color convert

RGB 19 111 214 -
CMYK 0.91 0.48 0 0.16
HSL 211.69º 0.84% 0.46% -
HSV(B) 211.69º 0.91% 0.84% -
XYZ 18.09 16.36 65.82 -
YUV 95.23 195.02 73.62 -
System Red Green Blue C M Y K H S L
Decimal 19 111 214 0.91 0.48 0 0.16 211.69 0.84 0.46
Hex 13 6F D6 5B 30 0 10 D4 54 2E
Octal 23 157 326 133 60 0 20 324 124 56
Binary 10011 1101111 11010110 1011011 110000 0 10000 11010100 1010100 101110

Color Harmonies of #136FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136FD6

Black with #136FD6

Text Example


Text Example

White with #136FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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