Html Css Color HEX #1348F9 Royal Blue

📋 copy color: '#1348F9'

red 19 ◦ green 72 ◦ blue 249

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

Shades of Royal Blue #1348F9

Tints of Royal Blue #1348F9

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.18%

 BLUE value IS 249 (97.66% from 255) = 73.24%

R = 5.59%
G = 21.18%
B = 73.24%

CMYK

 C value IS 0.92

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1348F9 (or 0x1348F9) is known color: Royal Blue. HEX triplet: 13, 48 and F9. RGB value is (19,72,249). Sum of RGB (Red+Green+Blue) = 19+72+249=340 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.59% from 340); Green value is 72 (28.52% from 255 or 21.18% from 340); Blue value is 249 (97.66% from 255 or 73.24% from 340); Max value from RGB is 249 - color contains mainly: blue. Hex color #1348F9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1348F9 is #ECB706. Grayscale: #4B4B4B. Windows color (decimal): -15513351 or 16336915. OLE color: 16336915.

HSL color Cylindrical-coordinate representation of color #1348F9: hue angle of 226.17º degrees, saturation: 0.95, 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 #1348F9 is Cyan = 0.92, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 19 72 249 -
CMYK 0.92 0.71 0 0.02
HSL 226.17º 0.95% 0.53% -
HSV(B) 226.17º 0.92% 0.98% -
XYZ 19.68 11.61 90.83 -
YUV 76.33 225.44 87.11 -
System Red Green Blue C M Y K H S L
Decimal 19 72 249 0.92 0.71 0 0.02 226.17 0.95 0.53
Hex 13 48 F9 5C 47 0 2 E2 5F 35
Octal 23 110 371 134 107 0 2 342 137 65
Binary 10011 1001000 11111001 1011100 1000111 0 10 11100010 1011111 110101

Color Harmonies of #1348F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1348F9

Black with #1348F9

Text Example


Text Example

White with #1348F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1348F9; }

 p { color: rgb(19,72,249); }

 H1.HeaderClassName
 {
   color: #1348F9;
 }
 .AnyTagClassName
 {
   color: #1348F9;
 }
</style>

background-color css

<style>
 a { background-color: #1348F9; }

 a { background-color: rgb(19,72,249); }

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

border-color css

<style>
 span { border-color: #1348F9; }

 span { border-color: rgb(19,72,249); }

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