Html Css Color HEX #136DDE Navy Blue

📋 copy color: '#136DDE'

red 19 ◦ green 109 ◦ blue 222

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

Shades of Navy Blue #136DDE

Tints of Navy Blue #136DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 63.43%

R = 5.43%
G = 31.14%
B = 63.43%

CMYK

 C value IS 0.91

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#136DDE (or 0x136DDE) is known color: Navy Blue. HEX triplet: 13, 6D and DE. RGB value is (19,109,222). Sum of RGB (Red+Green+Blue) = 19+109+222=350 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.43% from 350); Green value is 109 (42.97% from 255 or 31.14% from 350); Blue value is 222 (87.11% from 255 or 63.43% from 350); Max value from RGB is 222 - color contains mainly: blue. Hex color #136DDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136DDE is #EC9221. Grayscale: #5E5E5E. Windows color (decimal): -15503906 or 14576915. OLE color: 14576915.

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

Color convert

RGB 19 109 222 -
CMYK 0.91 0.51 0 0.13
HSL 213.4º 0.84% 0.47% -
HSV(B) 213.4º 0.91% 0.87% -
XYZ 18.92 16.35 71.27 -
YUV 94.97 199.68 73.81 -
System Red Green Blue C M Y K H S L
Decimal 19 109 222 0.91 0.51 0 0.13 213.4 0.84 0.47
Hex 13 6D DE 5B 33 0 D D5 54 2F
Octal 23 155 336 133 63 0 15 325 124 57
Binary 10011 1101101 11011110 1011011 110011 0 1101 11010101 1010100 101111

Color Harmonies of #136DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136DDE

Black with #136DDE

Text Example


Text Example

White with #136DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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