Html Css Color HEX #135BED Navy Blue

📋 copy color: '#135BED'

red 19 ◦ green 91 ◦ blue 237

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

Shades of Navy Blue #135BED

Tints of Navy Blue #135BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 68.3%

R = 5.48%
G = 26.22%
B = 68.3%

CMYK

 C value IS 0.92

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#135BED (or 0x135BED) is known color: Navy Blue. HEX triplet: 13, 5B and ED. RGB value is (19,91,237). Sum of RGB (Red+Green+Blue) = 19+91+237=347 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.48% from 347); Green value is 91 (35.94% from 255 or 26.22% from 347); Blue value is 237 (92.97% from 255 or 68.30% from 347); Max value from RGB is 237 - color contains mainly: blue. Hex color #135BED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #135BED is #ECA412. Grayscale: #555555. Windows color (decimal): -15508499 or 15555347. OLE color: 15555347.

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

Color convert

RGB 19 91 237 -
CMYK 0.92 0.62 0 0.07
HSL 220.18º 0.86% 0.5% -
HSV(B) 220.18º 0.92% 0.93% -
XYZ 19.3 13.74 81.75 -
YUV 86.12 213.15 80.13 -
System Red Green Blue C M Y K H S L
Decimal 19 91 237 0.92 0.62 0 0.07 220.18 0.86 0.5
Hex 13 5B ED 5C 3E 0 7 DC 56 32
Octal 23 133 355 134 76 0 7 334 126 62
Binary 10011 1011011 11101101 1011100 111110 0 111 11011100 1010110 110010

Color Harmonies of #135BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135BED

Black with #135BED

Text Example


Text Example

White with #135BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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