Html Css Color HEX #136ECE Navy Blue

📋 copy color: '#136ECE'

red 19 ◦ green 110 ◦ blue 206

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

Shades of Navy Blue #136ECE

Tints of Navy Blue #136ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 61.49%

R = 5.67%
G = 32.84%
B = 61.49%

CMYK

 C value IS 0.91

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#136ECE (or 0x136ECE) is known color: Navy Blue. HEX triplet: 13, 6E and CE. RGB value is (19,110,206). Sum of RGB (Red+Green+Blue) = 19+110+206=335 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.67% from 335); Green value is 110 (43.36% from 255 or 32.84% from 335); Blue value is 206 (80.86% from 255 or 61.49% from 335); Max value from RGB is 206 - color contains mainly: blue. Hex color #136ECE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136ECE is #EC9131. Grayscale: #5D5D5D. Windows color (decimal): -15503666 or 13528595. OLE color: 13528595.

HSL color Cylindrical-coordinate representation of color #136ECE: hue angle of 210.8º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #136ECE is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 19 110 206 -
CMYK 0.91 0.47 0 0.19
HSL 210.8º 0.83% 0.44% -
HSV(B) 210.8º 0.91% 0.81% -
XYZ 16.99 15.75 60.54 -
YUV 93.74 191.35 74.69 -
System Red Green Blue C M Y K H S L
Decimal 19 110 206 0.91 0.47 0 0.19 210.8 0.83 0.44
Hex 13 6E CE 5B 2F 0 13 D3 53 2C
Octal 23 156 316 133 57 0 23 323 123 54
Binary 10011 1101110 11001110 1011011 101111 0 10011 11010011 1010011 101100

Color Harmonies of #136ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136ECE

Black with #136ECE

Text Example


Text Example

White with #136ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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