Html Css Color HEX #1349E5 Cerulean Blue

📋 copy color: '#1349E5'

red 19 ◦ green 73 ◦ blue 229

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

Shades of Cerulean Blue #1349E5

Tints of Cerulean Blue #1349E5

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.74%

 BLUE value IS 229 (89.84% from 255) = 71.34%

R = 5.92%
G = 22.74%
B = 71.34%

CMYK

 C value IS 0.92

 M value IS 0.68

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#1349E5 (or 0x1349E5) is known color: Cerulean Blue. HEX triplet: 13, 49 and E5. RGB value is (19,73,229). Sum of RGB (Red+Green+Blue) = 19+73+229=321 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.92% from 321); Green value is 73 (28.91% from 255 or 22.74% from 321); Blue value is 229 (89.84% from 255 or 71.34% from 321); Max value from RGB is 229 - color contains mainly: blue. Hex color #1349E5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1349E5 is #ECB61A. Grayscale: #494949. Windows color (decimal): -15513115 or 15026451. OLE color: 15026451.

HSL color Cylindrical-coordinate representation of color #1349E5: hue angle of 224.57º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1349E5 is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 19 73 229 -
CMYK 0.92 0.68 0 0.10
HSL 224.57º 0.85% 0.49% -
HSV(B) 224.57º 0.92% 0.9% -
XYZ 16.79 10.56 75.28 -
YUV 74.64 215.11 88.32 -
System Red Green Blue C M Y K H S L
Decimal 19 73 229 0.92 0.68 0 0.10 224.57 0.85 0.49
Hex 13 49 E5 5C 44 0 A E1 55 31
Octal 23 111 345 134 104 0 12 341 125 61
Binary 10011 1001001 11100101 1011100 1000100 0 1010 11100001 1010101 110001

Color Harmonies of #1349E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1349E5

Black with #1349E5

Text Example


Text Example

White with #1349E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1349E5; }

 p { color: rgb(19,73,229); }

 H1.HeaderClassName
 {
   color: #1349E5;
 }
 .AnyTagClassName
 {
   color: #1349E5;
 }
</style>

background-color css

<style>
 a { background-color: #1349E5; }

 a { background-color: rgb(19,73,229); }

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

border-color css

<style>
 span { border-color: #1349E5; }

 span { border-color: rgb(19,73,229); }

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