Html Css Color HEX #136ECF Navy Blue

📋 copy color: '#136ECF'

red 19 ◦ green 110 ◦ blue 207

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

Shades of Navy Blue #136ECF

Tints of Navy Blue #136ECF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.74%

 BLUE value IS 207 (81.25% from 255) = 61.61%

R = 5.65%
G = 32.74%
B = 61.61%

CMYK

 C value IS 0.91

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#136ECF (or 0x136ECF) is known color: Navy Blue. HEX triplet: 13, 6E and CF. RGB value is (19,110,207). Sum of RGB (Red+Green+Blue) = 19+110+207=336 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.65% from 336); Green value is 110 (43.36% from 255 or 32.74% from 336); Blue value is 207 (81.25% from 255 or 61.61% from 336); Max value from RGB is 207 - color contains mainly: blue. Hex color #136ECF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136ECF is #EC9130. Grayscale: #5D5D5D. Windows color (decimal): -15503665 or 13594131. OLE color: 13594131.

HSL color Cylindrical-coordinate representation of color #136ECF: hue angle of 210.96º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #136ECF is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 19 110 207 -
CMYK 0.91 0.47 0 0.19
HSL 210.96º 0.83% 0.44% -
HSV(B) 210.96º 0.91% 0.81% -
XYZ 17.11 15.8 61.18 -
YUV 93.85 191.85 74.61 -
System Red Green Blue C M Y K H S L
Decimal 19 110 207 0.91 0.47 0 0.19 210.96 0.83 0.44
Hex 13 6E CF 5B 2F 0 13 D3 53 2C
Octal 23 156 317 133 57 0 23 323 123 54
Binary 10011 1101110 11001111 1011011 101111 0 10011 11010011 1010011 101100

Color Harmonies of #136ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136ECF

Black with #136ECF

Text Example


Text Example

White with #136ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,110,207); }

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

background-color css

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

 a { background-color: rgb(19,110,207); }

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

border-color css

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

 span { border-color: rgb(19,110,207); }

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