Html Css Color HEX #135ED7 Navy Blue

📋 copy color: '#135ED7'

red 19 ◦ green 94 ◦ blue 215

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

Shades of Navy Blue #135ED7

Tints of Navy Blue #135ED7

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.66%

 BLUE value IS 215 (84.38% from 255) = 65.55%

R = 5.79%
G = 28.66%
B = 65.55%

CMYK

 C value IS 0.91

 M value IS 0.56

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#135ED7 (or 0x135ED7) is known color: Navy Blue. HEX triplet: 13, 5E and D7. RGB value is (19,94,215). Sum of RGB (Red+Green+Blue) = 19+94+215=328 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.79% from 328); Green value is 94 (37.11% from 255 or 28.66% from 328); Blue value is 215 (84.38% from 255 or 65.55% from 328); Max value from RGB is 215 - color contains mainly: blue. Hex color #135ED7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135ED7 is #ECA128. Grayscale: #545454. Windows color (decimal): -15507753 or 14114323. OLE color: 14114323.

HSL color Cylindrical-coordinate representation of color #135ED7: hue angle of 217.04º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #135ED7 is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 19 94 215 -
CMYK 0.91 0.56 0 0.16
HSL 217.04º 0.84% 0.46% -
HSV(B) 217.04º 0.91% 0.84% -
XYZ 16.54 13.05 65.94 -
YUV 85.37 201.15 80.66 -
System Red Green Blue C M Y K H S L
Decimal 19 94 215 0.91 0.56 0 0.16 217.04 0.84 0.46
Hex 13 5E D7 5B 38 0 10 D9 54 2E
Octal 23 136 327 133 70 0 20 331 124 56
Binary 10011 1011110 11010111 1011011 111000 0 10000 11011001 1010100 101110

Color Harmonies of #135ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135ED7

Black with #135ED7

Text Example


Text Example

White with #135ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135ED7; }

 p { color: rgb(19,94,215); }

 H1.HeaderClassName
 {
   color: #135ED7;
 }
 .AnyTagClassName
 {
   color: #135ED7;
 }
</style>

background-color css

<style>
 a { background-color: #135ED7; }

 a { background-color: rgb(19,94,215); }

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

border-color css

<style>
 span { border-color: #135ED7; }

 span { border-color: rgb(19,94,215); }

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