Html Css Color HEX #135CFA Navy Blue

📋 copy color: '#135CFA'

red 19 ◦ green 92 ◦ blue 250

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

Shades of Navy Blue #135CFA

Tints of Navy Blue #135CFA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.48%

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

R = 5.26%
G = 25.48%
B = 69.25%

CMYK

 C value IS 0.92

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#135CFA (or 0x135CFA) is known color: Navy Blue. HEX triplet: 13, 5C and FA. RGB value is (19,92,250). Sum of RGB (Red+Green+Blue) = 19+92+250=361 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.26% from 361); Green value is 92 (36.33% from 255 or 25.48% from 361); Blue value is 250 (98.05% from 255 or 69.25% from 361); Max value from RGB is 250 - color contains mainly: blue. Hex color #135CFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #135CFA is #ECA305. Grayscale: #575757. Windows color (decimal): -15508230 or 16407571. OLE color: 16407571.

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

Color convert

RGB 19 92 250 -
CMYK 0.92 0.63 0 0.02
HSL 221.04º 0.96% 0.53% -
HSV(B) 221.04º 0.92% 0.98% -
XYZ 21.35 14.69 92.15 -
YUV 88.19 219.32 78.65 -
System Red Green Blue C M Y K H S L
Decimal 19 92 250 0.92 0.63 0 0.02 221.04 0.96 0.53
Hex 13 5C FA 5C 3F 0 2 DD 60 35
Octal 23 134 372 134 77 0 2 335 140 65
Binary 10011 1011100 11111010 1011100 111111 0 10 11011101 1100000 110101

Color Harmonies of #135CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135CFA

Black with #135CFA

Text Example


Text Example

White with #135CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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