Html Css Color HEX #1300EF Blue

📋 copy color: '#1300EF'

red 19 ◦ green 0 ◦ blue 239

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

Shades of Blue #1300EF

Tints of Blue #1300EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 92.64%

R = 7.36%
G = 0%
B = 92.64%

CMYK

 C value IS 0.92

 M value IS 1

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1300EF (or 0x1300EF) is known color: Blue. HEX triplet: 13, 00 and EF. RGB value is (19,0,239). Sum of RGB (Red+Green+Blue) = 19+0+239=258 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.36% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 239 (93.75% from 255 or 92.64% from 258); Max value from RGB is 239 - color contains mainly: blue. Hex color #1300EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1300EF is #ECFF10. Grayscale: #1F1F1F. Windows color (decimal): -15531793 or 15663123. OLE color: 15663123.

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

Color convert

RGB 19 0 239 -
CMYK 0.92 1 0 0.06
HSL 244.77º 1% 0.47% -
HSV(B) 244.77º 1% 0.94% -
XYZ 15.85 6.37 82.06 -
YUV 32.93 244.29 118.07 -
System Red Green Blue C M Y K H S L
Decimal 19 0 239 0.92 1 0 0.06 244.77 1 0.47
Hex 13 0 EF 5C 64 0 6 F5 64 2F
Octal 23 0 357 134 144 0 6 365 144 57
Binary 10011 0 11101111 1011100 1100100 0 110 11110101 1100100 101111

Color Harmonies of #1300EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1300EF

Black with #1300EF

Text Example


Text Example

White with #1300EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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