Html Css Color HEX #136CEA Navy Blue

📋 copy color: '#136CEA'

red 19 ◦ green 108 ◦ blue 234

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

Shades of Navy Blue #136CEA

Tints of Navy Blue #136CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 64.82%

R = 5.26%
G = 29.92%
B = 64.82%

CMYK

 C value IS 0.92

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#136CEA (or 0x136CEA) is known color: Navy Blue. HEX triplet: 13, 6C and EA. RGB value is (19,108,234). Sum of RGB (Red+Green+Blue) = 19+108+234=361 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.26% from 361); Green value is 108 (42.58% from 255 or 29.92% from 361); Blue value is 234 (91.80% from 255 or 64.82% from 361); Max value from RGB is 234 - color contains mainly: blue. Hex color #136CEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #136CEA is #EC9315. Grayscale: #5F5F5F. Windows color (decimal): -15504150 or 15363091. OLE color: 15363091.

HSL color Cylindrical-coordinate representation of color #136CEA: hue angle of 215.16º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #136CEA is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 19 108 234 -
CMYK 0.92 0.54 0 0.08
HSL 215.16º 0.85% 0.5% -
HSV(B) 215.16º 0.92% 0.92% -
XYZ 20.48 16.8 80.01 -
YUV 95.75 206.01 73.25 -
System Red Green Blue C M Y K H S L
Decimal 19 108 234 0.92 0.54 0 0.08 215.16 0.85 0.5
Hex 13 6C EA 5C 36 0 8 D7 55 32
Octal 23 154 352 134 66 0 10 327 125 62
Binary 10011 1101100 11101010 1011100 110110 0 1000 11010111 1010101 110010

Color Harmonies of #136CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136CEA

Black with #136CEA

Text Example


Text Example

White with #136CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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