Html Css Color HEX #1359FF Royal Blue

📋 copy color: '#1359FF'

red 19 ◦ green 89 ◦ blue 255

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

Shades of Royal Blue #1359FF

Tints of Royal Blue #1359FF

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.52%

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

R = 5.23%
G = 24.52%
B = 70.25%

CMYK

 C value IS 0.93

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1359FF (or 0x1359FF) is known color: Royal Blue. HEX triplet: 13, 59 and FF. RGB value is (19,89,255). Sum of RGB (Red+Green+Blue) = 19+89+255=363 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.23% from 363); Green value is 89 (35.16% from 255 or 24.52% from 363); Blue value is 255 (100% from 255 or 70.25% from 363); Max value from RGB is 255 - color contains mainly: blue. Hex color #1359FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1359FF is #ECA600. Grayscale: #565656. Windows color (decimal): -15508993 or 16734483. OLE color: 16734483.

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

Color convert

RGB 19 89 255 -
CMYK 0.93 0.65 0 0
HSL 222.2º 1% 0.54% -
HSV(B) 222.2º 0.93% 1% -
XYZ 21.89 14.5 96.25 -
YUV 86.99 222.81 79.5 -
System Red Green Blue C M Y K H S L
Decimal 19 89 255 0.93 0.65 0 0 222.2 1 0.54
Hex 13 59 FF 5D 41 0 0 DE 64 36
Octal 23 131 377 135 101 0 0 336 144 66
Binary 10011 1011001 11111111 1011101 1000001 0 0 11011110 1100100 110110

Color Harmonies of #1359FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1359FF

Black with #1359FF

Text Example


Text Example

White with #1359FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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