Html Css Color HEX #136BCF Navy Blue

📋 copy color: '#136BCF'

red 19 ◦ green 107 ◦ blue 207

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

Shades of Navy Blue #136BCF

Tints of Navy Blue #136BCF

RGB

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

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

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

R = 5.71%
G = 32.13%
B = 62.16%

CMYK

 C value IS 0.91

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#136BCF (or 0x136BCF) is known color: Navy Blue. HEX triplet: 13, 6B and CF. RGB value is (19,107,207). Sum of RGB (Red+Green+Blue) = 19+107+207=333 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.71% from 333); Green value is 107 (42.19% from 255 or 32.13% from 333); Blue value is 207 (81.25% from 255 or 62.16% from 333); Max value from RGB is 207 - color contains mainly: blue. Hex color #136BCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136BCF is #EC9430. Grayscale: #5B5B5B. Windows color (decimal): -15504433 or 13593363. OLE color: 13593363.

HSL color Cylindrical-coordinate representation of color #136BCF: hue angle of 211.91º 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 #136BCF is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 19 107 207 -
CMYK 0.91 0.48 0 0.19
HSL 211.91º 0.83% 0.44% -
HSV(B) 211.91º 0.91% 0.81% -
XYZ 16.79 15.16 61.07 -
YUV 92.09 192.85 75.87 -
System Red Green Blue C M Y K H S L
Decimal 19 107 207 0.91 0.48 0 0.19 211.91 0.83 0.44
Hex 13 6B CF 5B 30 0 13 D4 53 2C
Octal 23 153 317 133 60 0 23 324 123 54
Binary 10011 1101011 11001111 1011011 110000 0 10011 11010100 1010011 101100

Color Harmonies of #136BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136BCF

Black with #136BCF

Text Example


Text Example

White with #136BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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