Html Css Color HEX #1351FF Royal Blue

📋 copy color: '#1351FF'

red 19 ◦ green 81 ◦ blue 255

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

Shades of Royal Blue #1351FF

Tints of Royal Blue #1351FF

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.82%

 BLUE value IS 255 (100% from 255) = 71.83%

R = 5.35%
G = 22.82%
B = 71.83%

CMYK

 C value IS 0.93

 M value IS 0.68

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1351FF (or 0x1351FF) is known color: Royal Blue. HEX triplet: 13, 51 and FF. RGB value is (19,81,255). Sum of RGB (Red+Green+Blue) = 19+81+255=355 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.35% from 355); Green value is 81 (32.03% from 255 or 22.82% from 355); Blue value is 255 (100% from 255 or 71.83% from 355); Max value from RGB is 255 - color contains mainly: blue. Hex color #1351FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1351FF is #ECAE00. Grayscale: #515151. Windows color (decimal): -15511041 or 16732435. OLE color: 16732435.

HSL color Cylindrical-coordinate representation of color #1351FF: hue angle of 224.24º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1351FF is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 19 81 255 -
CMYK 0.93 0.68 0 0
HSL 224.24º 1% 0.54% -
HSV(B) 224.24º 0.93% 1% -
XYZ 21.26 13.24 96.04 -
YUV 82.3 225.46 82.85 -
System Red Green Blue C M Y K H S L
Decimal 19 81 255 0.93 0.68 0 0 224.24 1 0.54
Hex 13 51 FF 5D 44 0 0 E0 64 36
Octal 23 121 377 135 104 0 0 340 144 66
Binary 10011 1010001 11111111 1011101 1000100 0 0 11100000 1100100 110110

Color Harmonies of #1351FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1351FF

Black with #1351FF

Text Example


Text Example

White with #1351FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1351FF; }

 p { color: rgb(19,81,255); }

 H1.HeaderClassName
 {
   color: #1351FF;
 }
 .AnyTagClassName
 {
   color: #1351FF;
 }
</style>

background-color css

<style>
 a { background-color: #1351FF; }

 a { background-color: rgb(19,81,255); }

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

border-color css

<style>
 span { border-color: #1351FF; }

 span { border-color: rgb(19,81,255); }

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