Html Css Color HEX #136EDD Navy Blue

📋 copy color: '#136EDD'

red 19 ◦ green 110 ◦ blue 221

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

Shades of Navy Blue #136EDD

Tints of Navy Blue #136EDD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.43%

 BLUE value IS 221 (86.72% from 255) = 63.14%

R = 5.43%
G = 31.43%
B = 63.14%

CMYK

 C value IS 0.91

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#136EDD (or 0x136EDD) is known color: Navy Blue. HEX triplet: 13, 6E and DD. RGB value is (19,110,221). Sum of RGB (Red+Green+Blue) = 19+110+221=350 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.43% from 350); Green value is 110 (43.36% from 255 or 31.43% from 350); Blue value is 221 (86.72% from 255 or 63.14% from 350); Max value from RGB is 221 - color contains mainly: blue. Hex color #136EDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136EDD is #EC9122. Grayscale: #5E5E5E. Windows color (decimal): -15503651 or 14511635. OLE color: 14511635.

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

Color convert

RGB 19 110 221 -
CMYK 0.91 0.50 0 0.13
HSL 212.97º 0.84% 0.47% -
HSV(B) 212.97º 0.91% 0.87% -
XYZ 18.9 16.51 70.6 -
YUV 95.45 198.85 73.47 -
System Red Green Blue C M Y K H S L
Decimal 19 110 221 0.91 0.50 0 0.13 212.97 0.84 0.47
Hex 13 6E DD 5B 32 0 D D5 54 2F
Octal 23 156 335 133 62 0 15 325 124 57
Binary 10011 1101110 11011101 1011011 110010 0 1101 11010101 1010100 101111

Color Harmonies of #136EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136EDD

Black with #136EDD

Text Example


Text Example

White with #136EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,110,221); }

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

background-color css

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

 a { background-color: rgb(19,110,221); }

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

border-color css

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

 span { border-color: rgb(19,110,221); }

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