Html Css Color HEX #136BEB Navy Blue

📋 copy color: '#136BEB'

red 19 ◦ green 107 ◦ blue 235

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

Shades of Navy Blue #136BEB

Tints of Navy Blue #136BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 65.1%

R = 5.26%
G = 29.64%
B = 65.1%

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

#136BEB (or 0x136BEB) is known color: Navy Blue. HEX triplet: 13, 6B and EB. RGB value is (19,107,235). Sum of RGB (Red+Green+Blue) = 19+107+235=361 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.26% from 361); Green value is 107 (42.19% from 255 or 29.64% from 361); Blue value is 235 (92.19% from 255 or 65.10% from 361); Max value from RGB is 235 - color contains mainly: blue. Hex color #136BEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #136BEB is #EC9414. Grayscale: #5E5E5E. Windows color (decimal): -15504405 or 15428371. OLE color: 15428371.

HSL color Cylindrical-coordinate representation of color #136BEB: hue angle of 215.56º 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 #136BEB is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 19 107 235 -
CMYK 0.92 0.54 0 0.08
HSL 215.56º 0.85% 0.5% -
HSV(B) 215.56º 0.92% 0.92% -
XYZ 20.52 16.65 80.73 -
YUV 95.28 206.85 73.59 -
System Red Green Blue C M Y K H S L
Decimal 19 107 235 0.92 0.54 0 0.08 215.56 0.85 0.5
Hex 13 6B EB 5C 36 0 8 D8 55 32
Octal 23 153 353 134 66 0 10 330 125 62
Binary 10011 1101011 11101011 1011100 110110 0 1000 11011000 1010101 110010

Color Harmonies of #136BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136BEB

Black with #136BEB

Text Example


Text Example

White with #136BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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