Html Css Color HEX #135FDB Navy Blue

📋 copy color: '#135FDB'

red 19 ◦ green 95 ◦ blue 219

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

Shades of Navy Blue #135FDB

Tints of Navy Blue #135FDB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.53%

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

R = 5.71%
G = 28.53%
B = 65.77%

CMYK

 C value IS 0.91

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#135FDB (or 0x135FDB) is known color: Navy Blue. HEX triplet: 13, 5F and DB. RGB value is (19,95,219). Sum of RGB (Red+Green+Blue) = 19+95+219=333 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.71% from 333); Green value is 95 (37.5% from 255 or 28.53% from 333); Blue value is 219 (85.94% from 255 or 65.77% from 333); Max value from RGB is 219 - color contains mainly: blue. Hex color #135FDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135FDB is #ECA024. Grayscale: #555555. Windows color (decimal): -15507493 or 14376723. OLE color: 14376723.

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

Color convert

RGB 19 95 219 -
CMYK 0.91 0.57 0 0.14
HSL 217.2º 0.84% 0.47% -
HSV(B) 217.2º 0.91% 0.86% -
XYZ 17.15 13.44 68.71 -
YUV 86.41 202.82 79.92 -
System Red Green Blue C M Y K H S L
Decimal 19 95 219 0.91 0.57 0 0.14 217.2 0.84 0.47
Hex 13 5F DB 5B 39 0 E D9 54 2F
Octal 23 137 333 133 71 0 16 331 124 57
Binary 10011 1011111 11011011 1011011 111001 0 1110 11011001 1010100 101111

Color Harmonies of #135FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135FDB

Black with #135FDB

Text Example


Text Example

White with #135FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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