Html Css Color HEX #135BDE Navy Blue

📋 copy color: '#135BDE'

red 19 ◦ green 91 ◦ blue 222

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

Shades of Navy Blue #135BDE

Tints of Navy Blue #135BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 66.87%

R = 5.72%
G = 27.41%
B = 66.87%

CMYK

 C value IS 0.91

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#135BDE (or 0x135BDE) is known color: Navy Blue. HEX triplet: 13, 5B and DE. RGB value is (19,91,222). Sum of RGB (Red+Green+Blue) = 19+91+222=332 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.72% from 332); Green value is 91 (35.94% from 255 or 27.41% from 332); Blue value is 222 (87.11% from 255 or 66.87% from 332); Max value from RGB is 222 - color contains mainly: blue. Hex color #135BDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135BDE is #ECA421. Grayscale: #535353. Windows color (decimal): -15508514 or 14572307. OLE color: 14572307.

HSL color Cylindrical-coordinate representation of color #135BDE: hue angle of 218.72º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #135BDE is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 19 91 222 -
CMYK 0.91 0.59 0 0.13
HSL 218.72º 0.84% 0.47% -
HSV(B) 218.72º 0.91% 0.87% -
XYZ 17.19 12.89 70.69 -
YUV 84.41 205.65 81.35 -
System Red Green Blue C M Y K H S L
Decimal 19 91 222 0.91 0.59 0 0.13 218.72 0.84 0.47
Hex 13 5B DE 5B 3B 0 D DB 54 2F
Octal 23 133 336 133 73 0 15 333 124 57
Binary 10011 1011011 11011110 1011011 111011 0 1101 11011011 1010100 101111

Color Harmonies of #135BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135BDE

Black with #135BDE

Text Example


Text Example

White with #135BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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