Html Css Color HEX #135EE9 Navy Blue

📋 copy color: '#135EE9'

red 19 ◦ green 94 ◦ blue 233

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

Shades of Navy Blue #135EE9

Tints of Navy Blue #135EE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 67.34%

R = 5.49%
G = 27.17%
B = 67.34%

CMYK

 C value IS 0.92

 M value IS 0.60

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#135EE9 (or 0x135EE9) is known color: Navy Blue. HEX triplet: 13, 5E and E9. RGB value is (19,94,233). Sum of RGB (Red+Green+Blue) = 19+94+233=346 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.49% from 346); Green value is 94 (37.11% from 255 or 27.17% from 346); Blue value is 233 (91.41% from 255 or 67.34% from 346); Max value from RGB is 233 - color contains mainly: blue. Hex color #135EE9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #135EE9 is #ECA116. Grayscale: #565656. Windows color (decimal): -15507735 or 15293971. OLE color: 15293971.

HSL color Cylindrical-coordinate representation of color #135EE9: hue angle of 218.97º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #135EE9 is Cyan = 0.92, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 19 94 233 -
CMYK 0.92 0.60 0 0.09
HSL 218.97º 0.85% 0.49% -
HSV(B) 218.97º 0.92% 0.91% -
XYZ 18.98 14.03 78.8 -
YUV 87.42 210.15 79.2 -
System Red Green Blue C M Y K H S L
Decimal 19 94 233 0.92 0.60 0 0.09 218.97 0.85 0.49
Hex 13 5E E9 5C 3C 0 9 DB 55 31
Octal 23 136 351 134 74 0 11 333 125 61
Binary 10011 1011110 11101001 1011100 111100 0 1001 11011011 1010101 110001

Color Harmonies of #135EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135EE9

Black with #135EE9

Text Example


Text Example

White with #135EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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