Html Css Color HEX #1000EF Blue

📋 copy color: '#1000EF'

red 16 ◦ green 0 ◦ blue 239

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

Shades of Blue #1000EF

Tints of Blue #1000EF

RGB

 RED value IS 16 (6.64% from 255) = 6.27%

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

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

R = 6.27%
G = 0%
B = 93.73%

CMYK

 C value IS 0.93

 M value IS 1

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1000EF (or 0x1000EF) is known color: Blue. HEX triplet: 10, 00 and EF. RGB value is (16,0,239). Sum of RGB (Red+Green+Blue) = 16+0+239=255 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.27% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 239 (93.75% from 255 or 93.73% from 255); Max value from RGB is 239 - color contains mainly: blue. Hex color #1000EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1000EF is #EFFF10. Grayscale: #1F1F1F. Windows color (decimal): -15728401 or 15663120. OLE color: 15663120.

HSL color Cylindrical-coordinate representation of color #1000EF: hue angle of 244.02º 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 #1000EF is Cyan = 0.93, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 16 0 239 -
CMYK 0.93 1 0 0.06
HSL 244.02º 1% 0.47% -
HSV(B) 244.02º 1% 0.94% -
XYZ 15.79 6.34 82.05 -
YUV 32.03 244.8 116.57 -
System Red Green Blue C M Y K H S L
Decimal 16 0 239 0.93 1 0 0.06 244.02 1 0.47
Hex 10 0 EF 5D 64 0 6 F4 64 2F
Octal 20 0 357 135 144 0 6 364 144 57
Binary 10000 0 11101111 1011101 1100100 0 110 11110100 1100100 101111

Color Harmonies of #1000EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1000EF

Black with #1000EF

Text Example


Text Example

White with #1000EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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