Html Css Color HEX #1353FF Royal Blue

📋 copy color: '#1353FF'

red 19 ◦ green 83 ◦ blue 255

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

Shades of Royal Blue #1353FF

Tints of Royal Blue #1353FF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.25%

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

R = 5.32%
G = 23.25%
B = 71.43%

CMYK

 C value IS 0.93

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1353FF (or 0x1353FF) is known color: Royal Blue. HEX triplet: 13, 53 and FF. RGB value is (19,83,255). Sum of RGB (Red+Green+Blue) = 19+83+255=357 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.32% from 357); Green value is 83 (32.81% from 255 or 23.25% from 357); Blue value is 255 (100% from 255 or 71.43% from 357); Max value from RGB is 255 - color contains mainly: blue. Hex color #1353FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1353FF is #ECAC00. Grayscale: #525252. Windows color (decimal): -15510529 or 16732947. OLE color: 16732947.

HSL color Cylindrical-coordinate representation of color #1353FF: hue angle of 223.73º 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 #1353FF is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 19 83 255 -
CMYK 0.93 0.67 0 0
HSL 223.73º 1% 0.54% -
HSV(B) 223.73º 0.93% 1% -
XYZ 21.41 13.54 96.09 -
YUV 83.47 224.8 82.01 -
System Red Green Blue C M Y K H S L
Decimal 19 83 255 0.93 0.67 0 0 223.73 1 0.54
Hex 13 53 FF 5D 43 0 0 E0 64 36
Octal 23 123 377 135 103 0 0 340 144 66
Binary 10011 1010011 11111111 1011101 1000011 0 0 11100000 1100100 110110

Color Harmonies of #1353FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1353FF

Black with #1353FF

Text Example


Text Example

White with #1353FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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