Html Css Color HEX #0013EC Blue

📋 copy color: '#0013EC'

red 0 ◦ green 19 ◦ blue 236

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

Shades of Blue #0013EC

Tints of Blue #0013EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 92.55%

R = 0%
G = 7.45%
B = 92.55%

CMYK

 C value IS 1

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0013EC (or 0x0013EC) is known color: Blue. HEX triplet: 00, 13 and EC. RGB value is (0,19,236). Sum of RGB (Red+Green+Blue) = 0+19+236=255 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 255); Green value is 19 (7.81% from 255 or 7.45% from 255); Blue value is 236 (92.58% from 255 or 92.55% from 255); Max value from RGB is 236 - color contains mainly: blue. Hex color #0013EC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0013EC is #FFEC13. Grayscale: #252525. Windows color (decimal): -16772116 or 15471360. OLE color: 15471360.

HSL color Cylindrical-coordinate representation of color #0013EC: hue angle of 235.17º 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 #0013EC is Cyan = 1, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 0 19 236 -
CMYK 1 0.92 0 0.07
HSL 235.17º 1% 0.46% -
HSV(B) 235.17º 1% 0.93% -
XYZ 15.37 6.52 79.81 -
YUV 38.06 239.71 100.86 -
System Red Green Blue C M Y K H S L
Decimal 0 19 236 1 0.92 0 0.07 235.17 1 0.46
Hex 0 13 EC 64 5C 0 7 EB 64 2E
Octal 0 23 354 144 134 0 7 353 144 56
Binary 0 10011 11101100 1100100 1011100 0 111 11101011 1100100 101110

Color Harmonies of #0013EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0013EC

Black with #0013EC

Text Example


Text Example

White with #0013EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0013EC; }

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

 H1.HeaderClassName
 {
   color: #0013EC;
 }
 .AnyTagClassName
 {
   color: #0013EC;
 }
</style>

background-color css

<style>
 a { background-color: #0013EC; }

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

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

border-color css

<style>
 span { border-color: #0013EC; }

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

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