Html Css Color HEX #135FEC Navy Blue

📋 copy color: '#135FEC'

red 19 ◦ green 95 ◦ blue 236

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

Shades of Navy Blue #135FEC

Tints of Navy Blue #135FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 67.43%

R = 5.43%
G = 27.14%
B = 67.43%

CMYK

 C value IS 0.92

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#135FEC (or 0x135FEC) is known color: Navy Blue. HEX triplet: 13, 5F and EC. RGB value is (19,95,236). Sum of RGB (Red+Green+Blue) = 19+95+236=350 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.43% from 350); Green value is 95 (37.5% from 255 or 27.14% from 350); Blue value is 236 (92.58% from 255 or 67.43% from 350); Max value from RGB is 236 - color contains mainly: blue. Hex color #135FEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #135FEC is #ECA013. Grayscale: #575757. Windows color (decimal): -15507476 or 15490835. OLE color: 15490835.

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

Color convert

RGB 19 95 236 -
CMYK 0.92 0.60 0 0.07
HSL 218.99º 0.85% 0.5% -
HSV(B) 218.99º 0.92% 0.93% -
XYZ 19.5 14.38 81.1 -
YUV 88.35 211.32 78.54 -
System Red Green Blue C M Y K H S L
Decimal 19 95 236 0.92 0.60 0 0.07 218.99 0.85 0.5
Hex 13 5F EC 5C 3C 0 7 DB 55 32
Octal 23 137 354 134 74 0 7 333 125 62
Binary 10011 1011111 11101100 1011100 111100 0 111 11011011 1010101 110010

Color Harmonies of #135FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135FEC

Black with #135FEC

Text Example


Text Example

White with #135FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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