Html Css Color HEX #1306EC Blue

📋 copy color: '#1306EC'

red 19 ◦ green 6 ◦ blue 236

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

Shades of Blue #1306EC

Tints of Blue #1306EC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.3%

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

R = 7.28%
G = 2.3%
B = 90.42%

CMYK

 C value IS 0.92

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1306EC (or 0x1306EC) is known color: Blue. HEX triplet: 13, 06 and EC. RGB value is (19,6,236). Sum of RGB (Red+Green+Blue) = 19+6+236=261 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.28% from 261); Green value is 6 (2.73% from 255 or 2.30% from 261); Blue value is 236 (92.58% from 255 or 90.42% from 261); Max value from RGB is 236 - color contains mainly: blue. Hex color #1306EC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1306EC is #ECF913. Grayscale: #232323. Windows color (decimal): -15530260 or 15468051. OLE color: 15468051.

HSL color Cylindrical-coordinate representation of color #1306EC: hue angle of 243.39º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1306EC is Cyan = 0.92, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 19 6 236 -
CMYK 0.92 0.97 0 0.07
HSL 243.39º 0.95% 0.47% -
HSV(B) 243.39º 0.97% 0.93% -
XYZ 15.47 6.32 79.76 -
YUV 36.11 240.81 115.8 -
System Red Green Blue C M Y K H S L
Decimal 19 6 236 0.92 0.97 0 0.07 243.39 0.95 0.47
Hex 13 6 EC 5C 61 0 7 F3 5F 2F
Octal 23 6 354 134 141 0 7 363 137 57
Binary 10011 110 11101100 1011100 1100001 0 111 11110011 1011111 101111

Color Harmonies of #1306EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1306EC

Black with #1306EC

Text Example


Text Example

White with #1306EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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