Html Css Color HEX #135ADE Navy Blue

📋 copy color: '#135ADE'

red 19 ◦ green 90 ◦ blue 222

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

Shades of Navy Blue #135ADE

Tints of Navy Blue #135ADE

RGB

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

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

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

R = 5.74%
G = 27.19%
B = 67.07%

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

#135ADE (or 0x135ADE) is known color: Navy Blue. HEX triplet: 13, 5A and DE. RGB value is (19,90,222). Sum of RGB (Red+Green+Blue) = 19+90+222=331 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.74% from 331); Green value is 90 (35.55% from 255 or 27.19% from 331); Blue value is 222 (87.11% from 255 or 67.07% from 331); Max value from RGB is 222 - color contains mainly: blue. Hex color #135ADE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135ADE is #ECA521. Grayscale: #535353. Windows color (decimal): -15508770 or 14572051. OLE color: 14572051.

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

Color convert

RGB 19 90 222 -
CMYK 0.91 0.59 0 0.13
HSL 219.01º 0.84% 0.47% -
HSV(B) 219.01º 0.91% 0.87% -
XYZ 17.11 12.72 70.66 -
YUV 83.82 205.98 81.77 -
System Red Green Blue C M Y K H S L
Decimal 19 90 222 0.91 0.59 0 0.13 219.01 0.84 0.47
Hex 13 5A DE 5B 3B 0 D DB 54 2F
Octal 23 132 336 133 73 0 15 333 124 57
Binary 10011 1011010 11011110 1011011 111011 0 1101 11011011 1010100 101111

Color Harmonies of #135ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135ADE

Black with #135ADE

Text Example


Text Example

White with #135ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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