Html Css Color HEX #136DCE Navy Blue

📋 copy color: '#136DCE'

red 19 ◦ green 109 ◦ blue 206

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

Shades of Navy Blue #136DCE

Tints of Navy Blue #136DCE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.63%

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

R = 5.69%
G = 32.63%
B = 61.68%

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

#136DCE (or 0x136DCE) is known color: Navy Blue. HEX triplet: 13, 6D and CE. RGB value is (19,109,206). Sum of RGB (Red+Green+Blue) = 19+109+206=334 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.69% from 334); Green value is 109 (42.97% from 255 or 32.63% from 334); Blue value is 206 (80.86% from 255 or 61.68% from 334); Max value from RGB is 206 - color contains mainly: blue. Hex color #136DCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136DCE is #EC9231. Grayscale: #5C5C5C. Windows color (decimal): -15503922 or 13528339. OLE color: 13528339.

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

Color convert

RGB 19 109 206 -
CMYK 0.91 0.47 0 0.19
HSL 211.12º 0.83% 0.44% -
HSV(B) 211.12º 0.91% 0.81% -
XYZ 16.88 15.53 60.5 -
YUV 93.15 191.68 75.11 -
System Red Green Blue C M Y K H S L
Decimal 19 109 206 0.91 0.47 0 0.19 211.12 0.83 0.44
Hex 13 6D CE 5B 2F 0 13 D3 53 2C
Octal 23 155 316 133 57 0 23 323 123 54
Binary 10011 1101101 11001110 1011011 101111 0 10011 11010011 1010011 101100

Color Harmonies of #136DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136DCE

Black with #136DCE

Text Example


Text Example

White with #136DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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