Html Css Color HEX #136CE0 Navy Blue

📋 copy color: '#136CE0'

red 19 ◦ green 108 ◦ blue 224

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

Shades of Navy Blue #136CE0

Tints of Navy Blue #136CE0

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.77%

 BLUE value IS 224 (87.89% from 255) = 63.82%

R = 5.41%
G = 30.77%
B = 63.82%

CMYK

 C value IS 0.92

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#136CE0 (or 0x136CE0) is known color: Navy Blue. HEX triplet: 13, 6C and E0. RGB value is (19,108,224). Sum of RGB (Red+Green+Blue) = 19+108+224=351 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.41% from 351); Green value is 108 (42.58% from 255 or 30.77% from 351); Blue value is 224 (87.89% from 255 or 63.82% from 351); Max value from RGB is 224 - color contains mainly: blue. Hex color #136CE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136CE0 is #EC931F. Grayscale: #5E5E5E. Windows color (decimal): -15504160 or 14707731. OLE color: 14707731.

HSL color Cylindrical-coordinate representation of color #136CE0: hue angle of 213.95º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #136CE0 is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 19 108 224 -
CMYK 0.92 0.52 0 0.12
HSL 213.95º 0.84% 0.48% -
HSV(B) 213.95º 0.92% 0.88% -
XYZ 19.09 16.25 72.65 -
YUV 94.61 201.01 74.07 -
System Red Green Blue C M Y K H S L
Decimal 19 108 224 0.92 0.52 0 0.12 213.95 0.84 0.48
Hex 13 6C E0 5C 34 0 C D6 54 30
Octal 23 154 340 134 64 0 14 326 124 60
Binary 10011 1101100 11100000 1011100 110100 0 1100 11010110 1010100 110000

Color Harmonies of #136CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136CE0

Black with #136CE0

Text Example


Text Example

White with #136CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,108,224); }

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

background-color css

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

 a { background-color: rgb(19,108,224); }

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

border-color css

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

 span { border-color: rgb(19,108,224); }

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