Html Css Color HEX #135BD7 Navy Blue

📋 copy color: '#135BD7'

red 19 ◦ green 91 ◦ blue 215

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

Shades of Navy Blue #135BD7

Tints of Navy Blue #135BD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 66.15%

R = 5.85%
G = 28%
B = 66.15%

CMYK

 C value IS 0.91

 M value IS 0.58

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#135BD7 (or 0x135BD7) is known color: Navy Blue. HEX triplet: 13, 5B and D7. RGB value is (19,91,215). Sum of RGB (Red+Green+Blue) = 19+91+215=325 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.85% from 325); Green value is 91 (35.94% from 255 or 28% from 325); Blue value is 215 (84.38% from 255 or 66.15% from 325); Max value from RGB is 215 - color contains mainly: blue. Hex color #135BD7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135BD7 is #ECA428. Grayscale: #535353. Windows color (decimal): -15508521 or 14113555. OLE color: 14113555.

HSL color Cylindrical-coordinate representation of color #135BD7: hue angle of 217.96º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #135BD7 is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 19 91 215 -
CMYK 0.91 0.58 0 0.16
HSL 217.96º 0.84% 0.46% -
HSV(B) 217.96º 0.91% 0.84% -
XYZ 16.28 12.53 65.85 -
YUV 83.61 202.15 81.92 -
System Red Green Blue C M Y K H S L
Decimal 19 91 215 0.91 0.58 0 0.16 217.96 0.84 0.46
Hex 13 5B D7 5B 3A 0 10 DA 54 2E
Octal 23 133 327 133 72 0 20 332 124 56
Binary 10011 1011011 11010111 1011011 111010 0 10000 11011010 1010100 101110

Color Harmonies of #135BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135BD7

Black with #135BD7

Text Example


Text Example

White with #135BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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