Html Css Color HEX #136BEF Navy Blue

📋 copy color: '#136BEF'

red 19 ◦ green 107 ◦ blue 239

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

Shades of Navy Blue #136BEF

Tints of Navy Blue #136BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 65.48%

R = 5.21%
G = 29.32%
B = 65.48%

CMYK

 C value IS 0.92

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#136BEF (or 0x136BEF) is known color: Navy Blue. HEX triplet: 13, 6B and EF. RGB value is (19,107,239). Sum of RGB (Red+Green+Blue) = 19+107+239=365 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.21% from 365); Green value is 107 (42.19% from 255 or 29.32% from 365); Blue value is 239 (93.75% from 255 or 65.48% from 365); Max value from RGB is 239 - color contains mainly: blue. Hex color #136BEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #136BEF is #EC9410. Grayscale: #5F5F5F. Windows color (decimal): -15504401 or 15690515. OLE color: 15690515.

HSL color Cylindrical-coordinate representation of color #136BEF: hue angle of 216º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #136BEF is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 19 107 239 -
CMYK 0.92 0.55 0 0.06
HSL 216º 0.87% 0.51% -
HSV(B) 216º 0.92% 0.94% -
XYZ 21.11 16.89 83.81 -
YUV 95.74 208.85 73.27 -
System Red Green Blue C M Y K H S L
Decimal 19 107 239 0.92 0.55 0 0.06 216 0.87 0.51
Hex 13 6B EF 5C 37 0 6 D8 57 33
Octal 23 153 357 134 67 0 6 330 127 63
Binary 10011 1101011 11101111 1011100 110111 0 110 11011000 1010111 110011

Color Harmonies of #136BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136BEF

Black with #136BEF

Text Example


Text Example

White with #136BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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