Html Css Color HEX #135ADD Navy Blue

📋 copy color: '#135ADD'

red 19 ◦ green 90 ◦ blue 221

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

Shades of Navy Blue #135ADD

Tints of Navy Blue #135ADD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.27%

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

R = 5.76%
G = 27.27%
B = 66.97%

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

#135ADD (or 0x135ADD) is known color: Navy Blue. HEX triplet: 13, 5A and DD. RGB value is (19,90,221). Sum of RGB (Red+Green+Blue) = 19+90+221=330 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.76% from 330); Green value is 90 (35.55% from 255 or 27.27% from 330); Blue value is 221 (86.72% from 255 or 66.97% from 330); Max value from RGB is 221 - color contains mainly: blue. Hex color #135ADD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135ADD is #ECA522. Grayscale: #535353. Windows color (decimal): -15508771 or 14506515. OLE color: 14506515.

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

Color convert

RGB 19 90 221 -
CMYK 0.91 0.59 0 0.13
HSL 218.91º 0.84% 0.47% -
HSV(B) 218.91º 0.91% 0.87% -
XYZ 16.98 12.67 69.96 -
YUV 83.71 205.48 81.85 -
System Red Green Blue C M Y K H S L
Decimal 19 90 221 0.91 0.59 0 0.13 218.91 0.84 0.47
Hex 13 5A DD 5B 3B 0 D DB 54 2F
Octal 23 132 335 133 73 0 15 333 124 57
Binary 10011 1011010 11011101 1011011 111011 0 1101 11011011 1010100 101111

Color Harmonies of #135ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135ADD

Black with #135ADD

Text Example


Text Example

White with #135ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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