Html Css Color HEX #135DF9 Navy Blue

📋 copy color: '#135DF9'

red 19 ◦ green 93 ◦ blue 249

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

Shades of Navy Blue #135DF9

Tints of Navy Blue #135DF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 68.98%

R = 5.26%
G = 25.76%
B = 68.98%

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

#135DF9 (or 0x135DF9) is known color: Navy Blue. HEX triplet: 13, 5D and F9. RGB value is (19,93,249). Sum of RGB (Red+Green+Blue) = 19+93+249=361 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.26% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 249 (97.66% from 255 or 68.98% from 361); Max value from RGB is 249 - color contains mainly: blue. Hex color #135DF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #135DF9 is #ECA206. Grayscale: #575757. Windows color (decimal): -15507975 or 16342291. OLE color: 16342291.

HSL color Cylindrical-coordinate representation of color #135DF9: hue angle of 220.7º degrees, saturation: 0.95, 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 #135DF9 is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 19 93 249 -
CMYK 0.92 0.63 0 0.02
HSL 220.7º 0.95% 0.53% -
HSV(B) 220.7º 0.92% 0.98% -
XYZ 21.28 14.81 91.36 -
YUV 88.66 218.48 78.32 -
System Red Green Blue C M Y K H S L
Decimal 19 93 249 0.92 0.63 0 0.02 220.7 0.95 0.53
Hex 13 5D F9 5C 3F 0 2 DD 5F 35
Octal 23 135 371 134 77 0 2 335 137 65
Binary 10011 1011101 11111001 1011100 111111 0 10 11011101 1011111 110101

Color Harmonies of #135DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135DF9

Black with #135DF9

Text Example


Text Example

White with #135DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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