Html Css Color HEX #1300ED Blue

📋 copy color: '#1300ED'

red 19 ◦ green 0 ◦ blue 237

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

Shades of Blue #1300ED

Tints of Blue #1300ED

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 237 (92.97% from 255) = 92.58%

R = 7.42%
G = 0%
B = 92.58%

CMYK

 C value IS 0.92

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1300ED (or 0x1300ED) is known color: Blue. HEX triplet: 13, 00 and ED. RGB value is (19,0,237). Sum of RGB (Red+Green+Blue) = 19+0+237=256 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.42% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 237 (92.97% from 255 or 92.58% from 256); Max value from RGB is 237 - color contains mainly: blue. Hex color #1300ED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1300ED is #ECFF12. Grayscale: #1F1F1F. Windows color (decimal): -15531795 or 15532051. OLE color: 15532051.

HSL color Cylindrical-coordinate representation of color #1300ED: hue angle of 244.81º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1300ED is Cyan = 0.92, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 19 0 237 -
CMYK 0.92 1 0 0.07
HSL 244.81º 1% 0.46% -
HSV(B) 244.81º 1% 0.93% -
XYZ 15.55 6.25 80.51 -
YUV 32.7 243.29 118.23 -
System Red Green Blue C M Y K H S L
Decimal 19 0 237 0.92 1 0 0.07 244.81 1 0.46
Hex 13 0 ED 5C 64 0 7 F5 64 2E
Octal 23 0 355 134 144 0 7 365 144 56
Binary 10011 0 11101101 1011100 1100100 0 111 11110101 1100100 101110

Color Harmonies of #1300ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1300ED

Black with #1300ED

Text Example


Text Example

White with #1300ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1300ED; }

 p { color: rgb(19,0,237); }

 H1.HeaderClassName
 {
   color: #1300ED;
 }
 .AnyTagClassName
 {
   color: #1300ED;
 }
</style>

background-color css

<style>
 a { background-color: #1300ED; }

 a { background-color: rgb(19,0,237); }

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

border-color css

<style>
 span { border-color: #1300ED; }

 span { border-color: rgb(19,0,237); }

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