Html Css Color HEX #135AFA Navy Blue

📋 copy color: '#135AFA'

red 19 ◦ green 90 ◦ blue 250

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

Shades of Navy Blue #135AFA

Tints of Navy Blue #135AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 69.64%

R = 5.29%
G = 25.07%
B = 69.64%

CMYK

 C value IS 0.92

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#135AFA (or 0x135AFA) is known color: Navy Blue. HEX triplet: 13, 5A and FA. RGB value is (19,90,250). Sum of RGB (Red+Green+Blue) = 19+90+250=359 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.29% from 359); Green value is 90 (35.55% from 255 or 25.07% from 359); Blue value is 250 (98.05% from 255 or 69.64% from 359); Max value from RGB is 250 - color contains mainly: blue. Hex color #135AFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #135AFA is #ECA505. Grayscale: #565656. Windows color (decimal): -15508742 or 16407059. OLE color: 16407059.

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

Color convert

RGB 19 90 250 -
CMYK 0.92 0.64 0 0.02
HSL 221.56º 0.96% 0.53% -
HSV(B) 221.56º 0.92% 0.98% -
XYZ 21.18 14.35 92.1 -
YUV 87.01 219.98 79.49 -
System Red Green Blue C M Y K H S L
Decimal 19 90 250 0.92 0.64 0 0.02 221.56 0.96 0.53
Hex 13 5A FA 5C 40 0 2 DE 60 35
Octal 23 132 372 134 100 0 2 336 140 65
Binary 10011 1011010 11111010 1011100 1000000 0 10 11011110 1100000 110101

Color Harmonies of #135AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135AFA

Black with #135AFA

Text Example


Text Example

White with #135AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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