Html Css Color HEX #135DFB Navy Blue

📋 copy color: '#135DFB'

red 19 ◦ green 93 ◦ blue 251

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

Shades of Navy Blue #135DFB

Tints of Navy Blue #135DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 69.15%

R = 5.23%
G = 25.62%
B = 69.15%

CMYK

 C value IS 0.92

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#135DFB (or 0x135DFB) is known color: Navy Blue. HEX triplet: 13, 5D and FB. RGB value is (19,93,251). Sum of RGB (Red+Green+Blue) = 19+93+251=363 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.23% from 363); Green value is 93 (36.72% from 255 or 25.62% from 363); Blue value is 251 (98.44% from 255 or 69.15% from 363); Max value from RGB is 251 - color contains mainly: blue. Hex color #135DFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #135DFB is #ECA204. Grayscale: #585858. Windows color (decimal): -15507973 or 16473363. OLE color: 16473363.

HSL color Cylindrical-coordinate representation of color #135DFB: hue angle of 220.86º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #135DFB is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 19 93 251 -
CMYK 0.92 0.63 0 0.02
HSL 220.86º 0.97% 0.53% -
HSV(B) 220.86º 0.92% 0.98% -
XYZ 21.6 14.93 93.01 -
YUV 88.89 219.48 78.15 -
System Red Green Blue C M Y K H S L
Decimal 19 93 251 0.92 0.63 0 0.02 220.86 0.97 0.53
Hex 13 5D FB 5C 3F 0 2 DD 61 35
Octal 23 135 373 134 77 0 2 335 141 65
Binary 10011 1011101 11111011 1011100 111111 0 10 11011101 1100001 110101

Color Harmonies of #135DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135DFB

Black with #135DFB

Text Example


Text Example

White with #135DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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