Html Css Color HEX #136CEF Navy Blue

📋 copy color: '#136CEF'

red 19 ◦ green 108 ◦ blue 239

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

Shades of Navy Blue #136CEF

Tints of Navy Blue #136CEF

RGB

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

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

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

R = 5.19%
G = 29.51%
B = 65.3%

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

#136CEF (or 0x136CEF) is known color: Navy Blue. HEX triplet: 13, 6C and EF. RGB value is (19,108,239). Sum of RGB (Red+Green+Blue) = 19+108+239=366 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.19% from 366); Green value is 108 (42.58% from 255 or 29.51% from 366); Blue value is 239 (93.75% from 255 or 65.30% from 366); Max value from RGB is 239 - color contains mainly: blue. Hex color #136CEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #136CEF is #EC9310. Grayscale: #5F5F5F. Windows color (decimal): -15504145 or 15690771. OLE color: 15690771.

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

Color convert

RGB 19 108 239 -
CMYK 0.92 0.55 0 0.06
HSL 215.73º 0.87% 0.51% -
HSV(B) 215.73º 0.92% 0.94% -
XYZ 21.21 17.1 83.84 -
YUV 96.32 208.51 72.85 -
System Red Green Blue C M Y K H S L
Decimal 19 108 239 0.92 0.55 0 0.06 215.73 0.87 0.51
Hex 13 6C EF 5C 37 0 6 D8 57 33
Octal 23 154 357 134 67 0 6 330 127 63
Binary 10011 1101100 11101111 1011100 110111 0 110 11011000 1010111 110011

Color Harmonies of #136CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136CEF

Black with #136CEF

Text Example


Text Example

White with #136CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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