Html Css Color HEX #0113ED Blue

📋 copy color: '#0113ED'

red 1 ◦ green 19 ◦ blue 237

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

Shades of Blue #0113ED

Tints of Blue #0113ED

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.39%

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

R = 0.39%
G = 7.39%
B = 92.22%

CMYK

 C value IS 1.00

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0113ED (or 0x0113ED) is known color: Blue. HEX triplet: 01, 13 and ED. RGB value is (1,19,237). Sum of RGB (Red+Green+Blue) = 1+19+237=257 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 257); Green value is 19 (7.81% from 255 or 7.39% from 257); Blue value is 237 (92.97% from 255 or 92.22% from 257); Max value from RGB is 237 - color contains mainly: blue. Hex color #0113ED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0113ED is #FEEC12. Grayscale: #252525. Windows color (decimal): -16706579 or 15536897. OLE color: 15536897.

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

Color convert

RGB 1 19 237 -
CMYK 1.00 0.92 0 0.07
HSL 235.42º 0.99% 0.47% -
HSV(B) 235.42º 1% 0.93% -
XYZ 15.53 6.59 80.57 -
YUV 38.47 240.04 101.27 -
System Red Green Blue C M Y K H S L
Decimal 1 19 237 1.00 0.92 0 0.07 235.42 0.99 0.47
Hex 1 13 ED 64 5C 0 7 EB 63 2F
Octal 1 23 355 144 134 0 7 353 143 57
Binary 1 10011 11101101 1100100 1011100 0 111 11101011 1100011 101111

Color Harmonies of #0113ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0113ED

Black with #0113ED

Text Example


Text Example

White with #0113ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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