Html Css Color HEX #135DF1 Navy Blue

📋 copy color: '#135DF1'

red 19 ◦ green 93 ◦ blue 241

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

Shades of Navy Blue #135DF1

Tints of Navy Blue #135DF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 68.27%

R = 5.38%
G = 26.35%
B = 68.27%

CMYK

 C value IS 0.92

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#135DF1 (or 0x135DF1) is known color: Navy Blue. HEX triplet: 13, 5D and F1. RGB value is (19,93,241). Sum of RGB (Red+Green+Blue) = 19+93+241=353 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.38% from 353); Green value is 93 (36.72% from 255 or 26.35% from 353); Blue value is 241 (94.53% from 255 or 68.27% from 353); Max value from RGB is 241 - color contains mainly: blue. Hex color #135DF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #135DF1 is #ECA20E. Grayscale: #575757. Windows color (decimal): -15507983 or 15818003. OLE color: 15818003.

HSL color Cylindrical-coordinate representation of color #135DF1: hue angle of 220º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #135DF1 is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 19 93 241 -
CMYK 0.92 0.61 0 0.05
HSL 220º 0.89% 0.51% -
HSV(B) 220º 0.92% 0.95% -
XYZ 20.06 14.32 84.93 -
YUV 87.75 214.48 78.97 -
System Red Green Blue C M Y K H S L
Decimal 19 93 241 0.92 0.61 0 0.05 220 0.89 0.51
Hex 13 5D F1 5C 3D 0 5 DC 59 33
Octal 23 135 361 134 75 0 5 334 131 63
Binary 10011 1011101 11110001 1011100 111101 0 101 11011100 1011001 110011

Color Harmonies of #135DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135DF1

Black with #135DF1

Text Example


Text Example

White with #135DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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