Html Css Color HEX #135EEB Navy Blue

📋 copy color: '#135EEB'

red 19 ◦ green 94 ◦ blue 235

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

Shades of Navy Blue #135EEB

Tints of Navy Blue #135EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 67.53%

R = 5.46%
G = 27.01%
B = 67.53%

CMYK

 C value IS 0.92

 M value IS 0.6

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#135EEB (or 0x135EEB) is known color: Navy Blue. HEX triplet: 13, 5E and EB. RGB value is (19,94,235). Sum of RGB (Red+Green+Blue) = 19+94+235=348 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.46% from 348); Green value is 94 (37.11% from 255 or 27.01% from 348); Blue value is 235 (92.19% from 255 or 67.53% from 348); Max value from RGB is 235 - color contains mainly: blue. Hex color #135EEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #135EEB is #ECA114. Grayscale: #575757. Windows color (decimal): -15507733 or 15425043. OLE color: 15425043.

HSL color Cylindrical-coordinate representation of color #135EEB: hue angle of 219.17º 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 #135EEB is Cyan = 0.92, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 19 94 235 -
CMYK 0.92 0.6 0 0.08
HSL 219.17º 0.85% 0.5% -
HSV(B) 219.17º 0.92% 0.92% -
XYZ 19.27 14.14 80.31 -
YUV 87.65 211.15 79.04 -
System Red Green Blue C M Y K H S L
Decimal 19 94 235 0.92 0.6 0 0.08 219.17 0.85 0.5
Hex 13 5E EB 5C 3C 0 8 DB 55 32
Octal 23 136 353 134 74 0 10 333 125 62
Binary 10011 1011110 11101011 1011100 111100 0 1000 11011011 1010101 110010

Color Harmonies of #135EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135EEB

Black with #135EEB

Text Example


Text Example

White with #135EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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