Html Css Color HEX #136AE8 Navy Blue

📋 copy color: '#136AE8'

red 19 ◦ green 106 ◦ blue 232

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

Shades of Navy Blue #136AE8

Tints of Navy Blue #136AE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 64.99%

R = 5.32%
G = 29.69%
B = 64.99%

CMYK

 C value IS 0.92

 M value IS 0.54

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#136AE8 (or 0x136AE8) is known color: Navy Blue. HEX triplet: 13, 6A and E8. RGB value is (19,106,232). Sum of RGB (Red+Green+Blue) = 19+106+232=357 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.32% from 357); Green value is 106 (41.80% from 255 or 29.69% from 357); Blue value is 232 (91.02% from 255 or 64.99% from 357); Max value from RGB is 232 - color contains mainly: blue. Hex color #136AE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #136AE8 is #EC9517. Grayscale: #5D5D5D. Windows color (decimal): -15504664 or 15231507. OLE color: 15231507.

HSL color Cylindrical-coordinate representation of color #136AE8: hue angle of 215.49º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #136AE8 is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 19 106 232 -
CMYK 0.92 0.54 0 0.09
HSL 215.49º 0.85% 0.49% -
HSV(B) 215.49º 0.92% 0.91% -
XYZ 19.99 16.27 78.43 -
YUV 94.35 205.68 74.25 -
System Red Green Blue C M Y K H S L
Decimal 19 106 232 0.92 0.54 0 0.09 215.49 0.85 0.49
Hex 13 6A E8 5C 36 0 9 D7 55 31
Octal 23 152 350 134 66 0 11 327 125 61
Binary 10011 1101010 11101000 1011100 110110 0 1001 11010111 1010101 110001

Color Harmonies of #136AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136AE8

Black with #136AE8

Text Example


Text Example

White with #136AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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