Html Css Color HEX #136BCE Navy Blue

📋 copy color: '#136BCE'

red 19 ◦ green 107 ◦ blue 206

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

Shades of Navy Blue #136BCE

Tints of Navy Blue #136BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 62.05%

R = 5.72%
G = 32.23%
B = 62.05%

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

#136BCE (or 0x136BCE) is known color: Navy Blue. HEX triplet: 13, 6B and CE. RGB value is (19,107,206). Sum of RGB (Red+Green+Blue) = 19+107+206=332 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.72% from 332); Green value is 107 (42.19% from 255 or 32.23% from 332); Blue value is 206 (80.86% from 255 or 62.05% from 332); Max value from RGB is 206 - color contains mainly: blue. Hex color #136BCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136BCE is #EC9431. Grayscale: #5B5B5B. Windows color (decimal): -15504434 or 13527827. OLE color: 13527827.

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

Color convert

RGB 19 107 206 -
CMYK 0.91 0.48 0 0.19
HSL 211.76º 0.83% 0.44% -
HSV(B) 211.76º 0.91% 0.81% -
XYZ 16.67 15.11 60.43 -
YUV 91.97 192.35 75.95 -
System Red Green Blue C M Y K H S L
Decimal 19 107 206 0.91 0.48 0 0.19 211.76 0.83 0.44
Hex 13 6B CE 5B 30 0 13 D4 53 2C
Octal 23 153 316 133 60 0 23 324 123 54
Binary 10011 1101011 11001110 1011011 110000 0 10011 11010100 1010011 101100

Color Harmonies of #136BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136BCE

Black with #136BCE

Text Example


Text Example

White with #136BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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