Html Css Color HEX #136BDE Navy Blue

📋 copy color: '#136BDE'

red 19 ◦ green 107 ◦ blue 222

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

Shades of Navy Blue #136BDE

Tints of Navy Blue #136BDE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.75%

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

R = 5.46%
G = 30.75%
B = 63.79%

CMYK

 C value IS 0.91

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#136BDE (or 0x136BDE) is known color: Navy Blue. HEX triplet: 13, 6B and DE. RGB value is (19,107,222). Sum of RGB (Red+Green+Blue) = 19+107+222=348 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.46% from 348); Green value is 107 (42.19% from 255 or 30.75% from 348); Blue value is 222 (87.11% from 255 or 63.79% from 348); Max value from RGB is 222 - color contains mainly: blue. Hex color #136BDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136BDE is #EC9421. Grayscale: #5D5D5D. Windows color (decimal): -15504418 or 14576403. OLE color: 14576403.

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

Color convert

RGB 19 107 222 -
CMYK 0.91 0.52 0 0.13
HSL 213.99º 0.84% 0.47% -
HSV(B) 213.99º 0.91% 0.87% -
XYZ 18.71 15.93 71.2 -
YUV 93.8 200.35 74.65 -
System Red Green Blue C M Y K H S L
Decimal 19 107 222 0.91 0.52 0 0.13 213.99 0.84 0.47
Hex 13 6B DE 5B 34 0 D D6 54 2F
Octal 23 153 336 133 64 0 15 326 124 57
Binary 10011 1101011 11011110 1011011 110100 0 1101 11010110 1010100 101111

Color Harmonies of #136BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136BDE

Black with #136BDE

Text Example


Text Example

White with #136BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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