Html Css Color HEX #136EED Navy Blue

📋 copy color: '#136EED'

red 19 ◦ green 110 ◦ blue 237

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

Shades of Navy Blue #136EED

Tints of Navy Blue #136EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 64.75%

R = 5.19%
G = 30.05%
B = 64.75%

CMYK

 C value IS 0.92

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#136EED (or 0x136EED) is known color: Navy Blue. HEX triplet: 13, 6E and ED. RGB value is (19,110,237). Sum of RGB (Red+Green+Blue) = 19+110+237=366 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.19% from 366); Green value is 110 (43.36% from 255 or 30.05% from 366); Blue value is 237 (92.97% from 255 or 64.75% from 366); Max value from RGB is 237 - color contains mainly: blue. Hex color #136EED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #136EED is #EC9112. Grayscale: #606060. Windows color (decimal): -15503635 or 15560211. OLE color: 15560211.

HSL color Cylindrical-coordinate representation of color #136EED: hue angle of 214.95º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #136EED is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 19 110 237 -
CMYK 0.92 0.54 0 0.07
HSL 214.95º 0.86% 0.5% -
HSV(B) 214.95º 0.92% 0.93% -
XYZ 21.13 17.4 82.37 -
YUV 97.27 206.85 72.17 -
System Red Green Blue C M Y K H S L
Decimal 19 110 237 0.92 0.54 0 0.07 214.95 0.86 0.5
Hex 13 6E ED 5C 36 0 7 D7 56 32
Octal 23 156 355 134 66 0 7 327 126 62
Binary 10011 1101110 11101101 1011100 110110 0 111 11010111 1010110 110010

Color Harmonies of #136EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136EED

Black with #136EED

Text Example


Text Example

White with #136EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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