Html Css Color HEX #135EF7 Navy Blue

📋 copy color: '#135EF7'

red 19 ◦ green 94 ◦ blue 247

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

Shades of Navy Blue #135EF7

Tints of Navy Blue #135EF7

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.11%

 BLUE value IS 247 (96.88% from 255) = 68.61%

R = 5.28%
G = 26.11%
B = 68.61%

CMYK

 C value IS 0.92

 M value IS 0.62

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#135EF7 (or 0x135EF7) is known color: Navy Blue. HEX triplet: 13, 5E and F7. RGB value is (19,94,247). Sum of RGB (Red+Green+Blue) = 19+94+247=360 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.28% from 360); Green value is 94 (37.11% from 255 or 26.11% from 360); Blue value is 247 (96.88% from 255 or 68.61% from 360); Max value from RGB is 247 - color contains mainly: blue. Hex color #135EF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #135EF7 is #ECA108. Grayscale: #585858. Windows color (decimal): -15507721 or 16211475. OLE color: 16211475.

HSL color Cylindrical-coordinate representation of color #135EF7: hue angle of 220.26º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #135EF7 is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 19 94 247 -
CMYK 0.92 0.62 0 0.03
HSL 220.26º 0.93% 0.52% -
HSV(B) 220.26º 0.92% 0.97% -
XYZ 21.06 14.86 89.75 -
YUV 89.02 217.15 78.06 -
System Red Green Blue C M Y K H S L
Decimal 19 94 247 0.92 0.62 0 0.03 220.26 0.93 0.52
Hex 13 5E F7 5C 3E 0 3 DC 5D 34
Octal 23 136 367 134 76 0 3 334 135 64
Binary 10011 1011110 11110111 1011100 111110 0 11 11011100 1011101 110100

Color Harmonies of #135EF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135EF7

Black with #135EF7

Text Example


Text Example

White with #135EF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,94,247); }

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

background-color css

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

 a { background-color: rgb(19,94,247); }

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

border-color css

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

 span { border-color: rgb(19,94,247); }

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