Html Css Color HEX #135BFA Navy Blue

📋 copy color: '#135BFA'

red 19 ◦ green 91 ◦ blue 250

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

Shades of Navy Blue #135BFA

Tints of Navy Blue #135BFA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.28%

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

R = 5.28%
G = 25.28%
B = 69.44%

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

#135BFA (or 0x135BFA) is known color: Navy Blue. HEX triplet: 13, 5B and FA. RGB value is (19,91,250). Sum of RGB (Red+Green+Blue) = 19+91+250=360 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.28% from 360); Green value is 91 (35.94% from 255 or 25.28% from 360); Blue value is 250 (98.05% from 255 or 69.44% from 360); Max value from RGB is 250 - color contains mainly: blue. Hex color #135BFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #135BFA is #ECA405. Grayscale: #565656. Windows color (decimal): -15508486 or 16407315. OLE color: 16407315.

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

Color convert

RGB 19 91 250 -
CMYK 0.92 0.64 0 0.02
HSL 221.3º 0.96% 0.53% -
HSV(B) 221.3º 0.92% 0.98% -
XYZ 21.26 14.52 92.12 -
YUV 87.6 219.65 79.07 -
System Red Green Blue C M Y K H S L
Decimal 19 91 250 0.92 0.64 0 0.02 221.3 0.96 0.53
Hex 13 5B FA 5C 40 0 2 DD 60 35
Octal 23 133 372 134 100 0 2 335 140 65
Binary 10011 1011011 11111010 1011100 1000000 0 10 11011101 1100000 110101

Color Harmonies of #135BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135BFA

Black with #135BFA

Text Example


Text Example

White with #135BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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