Html Css Color HEX #136BEA Navy Blue

📋 copy color: '#136BEA'

red 19 ◦ green 107 ◦ blue 234

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

Shades of Navy Blue #136BEA

Tints of Navy Blue #136BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 65%

R = 5.28%
G = 29.72%
B = 65%

CMYK

 C value IS 0.92

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#136BEA (or 0x136BEA) is known color: Navy Blue. HEX triplet: 13, 6B and EA. RGB value is (19,107,234). Sum of RGB (Red+Green+Blue) = 19+107+234=360 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.28% from 360); Green value is 107 (42.19% from 255 or 29.72% from 360); Blue value is 234 (91.80% from 255 or 65% from 360); Max value from RGB is 234 - color contains mainly: blue. Hex color #136BEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #136BEA is #EC9415. Grayscale: #5E5E5E. Windows color (decimal): -15504406 or 15362835. OLE color: 15362835.

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

Color convert

RGB 19 107 234 -
CMYK 0.92 0.54 0 0.08
HSL 215.44º 0.85% 0.5% -
HSV(B) 215.44º 0.92% 0.92% -
XYZ 20.38 16.59 79.97 -
YUV 95.17 206.35 73.67 -
System Red Green Blue C M Y K H S L
Decimal 19 107 234 0.92 0.54 0 0.08 215.44 0.85 0.5
Hex 13 6B EA 5C 36 0 8 D7 55 32
Octal 23 153 352 134 66 0 10 327 125 62
Binary 10011 1101011 11101010 1011100 110110 0 1000 11010111 1010101 110010

Color Harmonies of #136BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136BEA

Black with #136BEA

Text Example


Text Example

White with #136BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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