Html Css Color HEX #135DDD Navy Blue

📋 copy color: '#135DDD'

red 19 ◦ green 93 ◦ blue 221

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

Shades of Navy Blue #135DDD

Tints of Navy Blue #135DDD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.93%

 BLUE value IS 221 (86.72% from 255) = 66.37%

R = 5.71%
G = 27.93%
B = 66.37%

CMYK

 C value IS 0.91

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#135DDD (or 0x135DDD) is known color: Navy Blue. HEX triplet: 13, 5D and DD. RGB value is (19,93,221). Sum of RGB (Red+Green+Blue) = 19+93+221=333 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.71% from 333); Green value is 93 (36.72% from 255 or 27.93% from 333); Blue value is 221 (86.72% from 255 or 66.37% from 333); Max value from RGB is 221 - color contains mainly: blue. Hex color #135DDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135DDD is #ECA222. Grayscale: #545454. Windows color (decimal): -15508003 or 14507283. OLE color: 14507283.

HSL color Cylindrical-coordinate representation of color #135DDD: hue angle of 218.02º 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 #135DDD is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 19 93 221 -
CMYK 0.91 0.58 0 0.13
HSL 218.02º 0.84% 0.47% -
HSV(B) 218.02º 0.91% 0.87% -
XYZ 17.23 13.19 70.04 -
YUV 85.47 204.48 80.59 -
System Red Green Blue C M Y K H S L
Decimal 19 93 221 0.91 0.58 0 0.13 218.02 0.84 0.47
Hex 13 5D DD 5B 3A 0 D DA 54 2F
Octal 23 135 335 133 72 0 15 332 124 57
Binary 10011 1011101 11011101 1011011 111010 0 1101 11011010 1010100 101111

Color Harmonies of #135DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135DDD

Black with #135DDD

Text Example


Text Example

White with #135DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,93,221); }

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

background-color css

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

 a { background-color: rgb(19,93,221); }

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

border-color css

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

 span { border-color: rgb(19,93,221); }

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