Html Css Color HEX #135BDA Navy Blue

📋 copy color: '#135BDA'

red 19 ◦ green 91 ◦ blue 218

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

Shades of Navy Blue #135BDA

Tints of Navy Blue #135BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 66.46%

R = 5.79%
G = 27.74%
B = 66.46%

CMYK

 C value IS 0.91

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#135BDA (or 0x135BDA) is known color: Navy Blue. HEX triplet: 13, 5B and DA. RGB value is (19,91,218). Sum of RGB (Red+Green+Blue) = 19+91+218=328 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.79% from 328); Green value is 91 (35.94% from 255 or 27.74% from 328); Blue value is 218 (85.55% from 255 or 66.46% from 328); Max value from RGB is 218 - color contains mainly: blue. Hex color #135BDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135BDA is #ECA425. Grayscale: #535353. Windows color (decimal): -15508518 or 14310163. OLE color: 14310163.

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

Color convert

RGB 19 91 218 -
CMYK 0.91 0.58 0 0.15
HSL 218.29º 0.84% 0.46% -
HSV(B) 218.29º 0.91% 0.85% -
XYZ 16.66 12.68 67.9 -
YUV 83.95 203.65 81.67 -
System Red Green Blue C M Y K H S L
Decimal 19 91 218 0.91 0.58 0 0.15 218.29 0.84 0.46
Hex 13 5B DA 5B 3A 0 F DA 54 2E
Octal 23 133 332 133 72 0 17 332 124 56
Binary 10011 1011011 11011010 1011011 111010 0 1111 11011010 1010100 101110

Color Harmonies of #135BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135BDA

Black with #135BDA

Text Example


Text Example

White with #135BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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