Html Css Color HEX #136EDF Navy Blue

📋 copy color: '#136EDF'

red 19 ◦ green 110 ◦ blue 223

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

Shades of Navy Blue #136EDF

Tints of Navy Blue #136EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 63.35%

R = 5.4%
G = 31.25%
B = 63.35%

CMYK

 C value IS 0.91

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#136EDF (or 0x136EDF) is known color: Navy Blue. HEX triplet: 13, 6E and DF. RGB value is (19,110,223). Sum of RGB (Red+Green+Blue) = 19+110+223=352 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.40% from 352); Green value is 110 (43.36% from 255 or 31.25% from 352); Blue value is 223 (87.5% from 255 or 63.35% from 352); Max value from RGB is 223 - color contains mainly: blue. Hex color #136EDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136EDF is #EC9120. Grayscale: #5F5F5F. Windows color (decimal): -15503649 or 14642707. OLE color: 14642707.

HSL color Cylindrical-coordinate representation of color #136EDF: hue angle of 213.24º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #136EDF is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 19 110 223 -
CMYK 0.91 0.51 0 0.13
HSL 213.24º 0.84% 0.47% -
HSV(B) 213.24º 0.91% 0.87% -
XYZ 19.16 16.62 72.01 -
YUV 95.67 199.85 73.31 -
System Red Green Blue C M Y K H S L
Decimal 19 110 223 0.91 0.51 0 0.13 213.24 0.84 0.47
Hex 13 6E DF 5B 33 0 D D5 54 2F
Octal 23 156 337 133 63 0 15 325 124 57
Binary 10011 1101110 11011111 1011011 110011 0 1101 11010101 1010100 101111

Color Harmonies of #136EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136EDF

Black with #136EDF

Text Example


Text Example

White with #136EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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