Html Css Color HEX #135FEB Navy Blue

📋 copy color: '#135FEB'

red 19 ◦ green 95 ◦ blue 235

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

Shades of Navy Blue #135FEB

Tints of Navy Blue #135FEB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.22%

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

R = 5.44%
G = 27.22%
B = 67.34%

CMYK

 C value IS 0.92

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#135FEB (or 0x135FEB) is known color: Navy Blue. HEX triplet: 13, 5F and EB. RGB value is (19,95,235). Sum of RGB (Red+Green+Blue) = 19+95+235=349 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.44% from 349); Green value is 95 (37.5% from 255 or 27.22% from 349); Blue value is 235 (92.19% from 255 or 67.34% from 349); Max value from RGB is 235 - color contains mainly: blue. Hex color #135FEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #135FEB is #ECA014. Grayscale: #575757. Windows color (decimal): -15507477 or 15425299. OLE color: 15425299.

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

Color convert

RGB 19 95 235 -
CMYK 0.92 0.60 0 0.08
HSL 218.89º 0.85% 0.5% -
HSV(B) 218.89º 0.92% 0.92% -
XYZ 19.36 14.32 80.34 -
YUV 88.24 210.82 78.62 -
System Red Green Blue C M Y K H S L
Decimal 19 95 235 0.92 0.60 0 0.08 218.89 0.85 0.5
Hex 13 5F EB 5C 3C 0 8 DB 55 32
Octal 23 137 353 134 74 0 10 333 125 62
Binary 10011 1011111 11101011 1011100 111100 0 1000 11011011 1010101 110010

Color Harmonies of #135FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135FEB

Black with #135FEB

Text Example


Text Example

White with #135FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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