Html Css Color HEX #135DDC Navy Blue

📋 copy color: '#135DDC'

red 19 ◦ green 93 ◦ blue 220

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

Shades of Navy Blue #135DDC

Tints of Navy Blue #135DDC

RGB

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

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

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

R = 5.72%
G = 28.01%
B = 66.27%

CMYK

 C value IS 0.91

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#135DDC (or 0x135DDC) is known color: Navy Blue. HEX triplet: 13, 5D and DC. RGB value is (19,93,220). Sum of RGB (Red+Green+Blue) = 19+93+220=332 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.72% from 332); Green value is 93 (36.72% from 255 or 28.01% from 332); Blue value is 220 (86.33% from 255 or 66.27% from 332); Max value from RGB is 220 - color contains mainly: blue. Hex color #135DDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135DDC is #ECA223. Grayscale: #545454. Windows color (decimal): -15508004 or 14441747. OLE color: 14441747.

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

Color convert

RGB 19 93 220 -
CMYK 0.91 0.58 0 0.14
HSL 217.91º 0.84% 0.47% -
HSV(B) 217.91º 0.91% 0.86% -
XYZ 17.1 13.13 69.34 -
YUV 85.35 203.98 80.67 -
System Red Green Blue C M Y K H S L
Decimal 19 93 220 0.91 0.58 0 0.14 217.91 0.84 0.47
Hex 13 5D DC 5B 3A 0 E DA 54 2F
Octal 23 135 334 133 72 0 16 332 124 57
Binary 10011 1011101 11011100 1011011 111010 0 1110 11011010 1010100 101111

Color Harmonies of #135DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135DDC

Black with #135DDC

Text Example


Text Example

White with #135DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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