Html Css Color HEX #135ADC Navy Blue

📋 copy color: '#135ADC'

red 19 ◦ green 90 ◦ blue 220

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

Shades of Navy Blue #135ADC

Tints of Navy Blue #135ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 66.87%

R = 5.78%
G = 27.36%
B = 66.87%

CMYK

 C value IS 0.91

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#135ADC (or 0x135ADC) is known color: Navy Blue. HEX triplet: 13, 5A and DC. RGB value is (19,90,220). Sum of RGB (Red+Green+Blue) = 19+90+220=329 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.78% from 329); Green value is 90 (35.55% from 255 or 27.36% from 329); Blue value is 220 (86.33% from 255 or 66.87% from 329); Max value from RGB is 220 - color contains mainly: blue. Hex color #135ADC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135ADC is #ECA523. Grayscale: #535353. Windows color (decimal): -15508772 or 14440979. OLE color: 14440979.

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

Color convert

RGB 19 90 220 -
CMYK 0.91 0.59 0 0.14
HSL 218.81º 0.84% 0.47% -
HSV(B) 218.81º 0.91% 0.86% -
XYZ 16.84 12.62 69.26 -
YUV 83.59 204.98 81.93 -
System Red Green Blue C M Y K H S L
Decimal 19 90 220 0.91 0.59 0 0.14 218.81 0.84 0.47
Hex 13 5A DC 5B 3B 0 E DB 54 2F
Octal 23 132 334 133 73 0 16 333 124 57
Binary 10011 1011010 11011100 1011011 111011 0 1110 11011011 1010100 101111

Color Harmonies of #135ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135ADC

Black with #135ADC

Text Example


Text Example

White with #135ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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