Html Css Color HEX #135FFA Navy Blue

📋 copy color: '#135FFA'

red 19 ◦ green 95 ◦ blue 250

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

Shades of Navy Blue #135FFA

Tints of Navy Blue #135FFA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.1%

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

R = 5.22%
G = 26.1%
B = 68.68%

CMYK

 C value IS 0.92

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#135FFA (or 0x135FFA) is known color: Navy Blue. HEX triplet: 13, 5F and FA. RGB value is (19,95,250). Sum of RGB (Red+Green+Blue) = 19+95+250=364 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.22% from 364); Green value is 95 (37.5% from 255 or 26.10% from 364); Blue value is 250 (98.05% from 255 or 68.68% from 364); Max value from RGB is 250 - color contains mainly: blue. Hex color #135FFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #135FFA is #ECA005. Grayscale: #595959. Windows color (decimal): -15507462 or 16408339. OLE color: 16408339.

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

Color convert

RGB 19 95 250 -
CMYK 0.92 0.62 0 0.02
HSL 220.26º 0.96% 0.53% -
HSV(B) 220.26º 0.92% 0.98% -
XYZ 21.62 15.22 92.24 -
YUV 89.95 218.32 77.4 -
System Red Green Blue C M Y K H S L
Decimal 19 95 250 0.92 0.62 0 0.02 220.26 0.96 0.53
Hex 13 5F FA 5C 3E 0 2 DC 60 35
Octal 23 137 372 134 76 0 2 334 140 65
Binary 10011 1011111 11111010 1011100 111110 0 10 11011100 1100000 110101

Color Harmonies of #135FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135FFA

Black with #135FFA

Text Example


Text Example

White with #135FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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