Html Css Color HEX #135AF7 Navy Blue

📋 copy color: '#135AF7'

red 19 ◦ green 90 ◦ blue 247

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

Shades of Navy Blue #135AF7

Tints of Navy Blue #135AF7

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.28%

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

R = 5.34%
G = 25.28%
B = 69.38%

CMYK

 C value IS 0.92

 M value IS 0.64

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#135AF7 (or 0x135AF7) is known color: Navy Blue. HEX triplet: 13, 5A and F7. RGB value is (19,90,247). Sum of RGB (Red+Green+Blue) = 19+90+247=356 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.34% from 356); Green value is 90 (35.55% from 255 or 25.28% from 356); Blue value is 247 (96.88% from 255 or 69.38% from 356); Max value from RGB is 247 - color contains mainly: blue. Hex color #135AF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #135AF7 is #ECA508. Grayscale: #555555. Windows color (decimal): -15508745 or 16210451. OLE color: 16210451.

HSL color Cylindrical-coordinate representation of color #135AF7: hue angle of 221.32º 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 #135AF7 is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 19 90 247 -
CMYK 0.92 0.64 0 0.03
HSL 221.32º 0.93% 0.52% -
HSV(B) 221.32º 0.92% 0.97% -
XYZ 20.71 14.17 89.64 -
YUV 86.67 218.48 79.73 -
System Red Green Blue C M Y K H S L
Decimal 19 90 247 0.92 0.64 0 0.03 221.32 0.93 0.52
Hex 13 5A F7 5C 40 0 3 DD 5D 34
Octal 23 132 367 134 100 0 3 335 135 64
Binary 10011 1011010 11110111 1011100 1000000 0 11 11011101 1011101 110100

Color Harmonies of #135AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135AF7

Black with #135AF7

Text Example


Text Example

White with #135AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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