Html Css Color HEX #1301EA Blue

📋 copy color: '#1301EA'

red 19 ◦ green 1 ◦ blue 234

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

Shades of Blue #1301EA

Tints of Blue #1301EA

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

 BLUE value IS 234 (91.8% from 255) = 92.13%

R = 7.48%
G = 0.39%
B = 92.13%

CMYK

 C value IS 0.92

 M value IS 1.00

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1301EA (or 0x1301EA) is known color: Blue. HEX triplet: 13, 01 and EA. RGB value is (19,1,234). Sum of RGB (Red+Green+Blue) = 19+1+234=254 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.48% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 234 (91.80% from 255 or 92.13% from 254); Max value from RGB is 234 - color contains mainly: blue. Hex color #1301EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1301EA is #ECFE15. Grayscale: #202020. Windows color (decimal): -15531542 or 15335699. OLE color: 15335699.

HSL color Cylindrical-coordinate representation of color #1301EA: hue angle of 244.64º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1301EA is Cyan = 0.92, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 19 1 234 -
CMYK 0.92 1.00 0 0.08
HSL 244.64º 0.99% 0.46% -
HSV(B) 244.64º 1% 0.92% -
XYZ 15.13 6.1 78.22 -
YUV 32.94 241.46 118.05 -
System Red Green Blue C M Y K H S L
Decimal 19 1 234 0.92 1.00 0 0.08 244.64 0.99 0.46
Hex 13 1 EA 5C 64 0 8 F5 63 2E
Octal 23 1 352 134 144 0 10 365 143 56
Binary 10011 1 11101010 1011100 1100100 0 1000 11110101 1100011 101110

Color Harmonies of #1301EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1301EA

Black with #1301EA

Text Example


Text Example

White with #1301EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1301EA; }

 p { color: rgb(19,1,234); }

 H1.HeaderClassName
 {
   color: #1301EA;
 }
 .AnyTagClassName
 {
   color: #1301EA;
 }
</style>

background-color css

<style>
 a { background-color: #1301EA; }

 a { background-color: rgb(19,1,234); }

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

border-color css

<style>
 span { border-color: #1301EA; }

 span { border-color: rgb(19,1,234); }

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