Html Css Color HEX #135BEC Navy Blue

📋 copy color: '#135BEC'

red 19 ◦ green 91 ◦ blue 236

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

Shades of Navy Blue #135BEC

Tints of Navy Blue #135BEC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.3%

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

R = 5.49%
G = 26.3%
B = 68.21%

CMYK

 C value IS 0.92

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#135BEC (or 0x135BEC) is known color: Navy Blue. HEX triplet: 13, 5B and EC. RGB value is (19,91,236). Sum of RGB (Red+Green+Blue) = 19+91+236=346 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.49% from 346); Green value is 91 (35.94% from 255 or 26.30% from 346); Blue value is 236 (92.58% from 255 or 68.21% from 346); Max value from RGB is 236 - color contains mainly: blue. Hex color #135BEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #135BEC is #ECA413. Grayscale: #555555. Windows color (decimal): -15508500 or 15489811. OLE color: 15489811.

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

Color convert

RGB 19 91 236 -
CMYK 0.92 0.61 0 0.07
HSL 220.09º 0.85% 0.5% -
HSV(B) 220.09º 0.92% 0.93% -
XYZ 19.15 13.68 80.99 -
YUV 86 212.65 80.21 -
System Red Green Blue C M Y K H S L
Decimal 19 91 236 0.92 0.61 0 0.07 220.09 0.85 0.5
Hex 13 5B EC 5C 3D 0 7 DC 55 32
Octal 23 133 354 134 75 0 7 334 125 62
Binary 10011 1011011 11101100 1011100 111101 0 111 11011100 1010101 110010

Color Harmonies of #135BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135BEC

Black with #135BEC

Text Example


Text Example

White with #135BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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