Html Css Color HEX #135DDB Navy Blue

📋 copy color: '#135DDB'

red 19 ◦ green 93 ◦ blue 219

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

Shades of Navy Blue #135DDB

Tints of Navy Blue #135DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 66.16%

R = 5.74%
G = 28.1%
B = 66.16%

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

#135DDB (or 0x135DDB) is known color: Navy Blue. HEX triplet: 13, 5D and DB. RGB value is (19,93,219). Sum of RGB (Red+Green+Blue) = 19+93+219=331 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.74% from 331); Green value is 93 (36.72% from 255 or 28.10% from 331); Blue value is 219 (85.94% from 255 or 66.16% from 331); Max value from RGB is 219 - color contains mainly: blue. Hex color #135DDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135DDB is #ECA224. Grayscale: #545454. Windows color (decimal): -15508005 or 14376211. OLE color: 14376211.

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

Color convert

RGB 19 93 219 -
CMYK 0.91 0.58 0 0.14
HSL 217.8º 0.84% 0.47% -
HSV(B) 217.8º 0.91% 0.86% -
XYZ 16.97 13.08 68.65 -
YUV 85.24 203.48 80.75 -
System Red Green Blue C M Y K H S L
Decimal 19 93 219 0.91 0.58 0 0.14 217.8 0.84 0.47
Hex 13 5D DB 5B 3A 0 E DA 54 2F
Octal 23 135 333 133 72 0 16 332 124 57
Binary 10011 1011101 11011011 1011011 111010 0 1110 11011010 1010100 101111

Color Harmonies of #135DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135DDB

Black with #135DDB

Text Example


Text Example

White with #135DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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