Html Css Color HEX #136ADE Navy Blue

📋 copy color: '#136ADE'

red 19 ◦ green 106 ◦ blue 222

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

Shades of Navy Blue #136ADE

Tints of Navy Blue #136ADE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.55%

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

R = 5.48%
G = 30.55%
B = 63.98%

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

#136ADE (or 0x136ADE) is known color: Navy Blue. HEX triplet: 13, 6A and DE. RGB value is (19,106,222). Sum of RGB (Red+Green+Blue) = 19+106+222=347 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.48% from 347); Green value is 106 (41.80% from 255 or 30.55% from 347); Blue value is 222 (87.11% from 255 or 63.98% from 347); Max value from RGB is 222 - color contains mainly: blue. Hex color #136ADE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136ADE is #EC9521. Grayscale: #5C5C5C. Windows color (decimal): -15504674 or 14576147. OLE color: 14576147.

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

Color convert

RGB 19 106 222 -
CMYK 0.91 0.52 0 0.13
HSL 214.29º 0.84% 0.47% -
HSV(B) 214.29º 0.91% 0.87% -
XYZ 18.61 15.72 71.16 -
YUV 93.21 200.68 75.07 -
System Red Green Blue C M Y K H S L
Decimal 19 106 222 0.91 0.52 0 0.13 214.29 0.84 0.47
Hex 13 6A DE 5B 34 0 D D6 54 2F
Octal 23 152 336 133 64 0 15 326 124 57
Binary 10011 1101010 11011110 1011011 110100 0 1101 11010110 1010100 101111

Color Harmonies of #136ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136ADE

Black with #136ADE

Text Example


Text Example

White with #136ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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