Html Css Color HEX #0001EF Blue

📋 copy color: '#0001EF'

red 0 ◦ green 1 ◦ blue 239

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

Shades of Blue #0001EF

Tints of Blue #0001EF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

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

R = 0%
G = 0.42%
B = 99.58%

CMYK

 C value IS 1

 M value IS 1.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0001EF (or 0x0001EF) is known color: Blue. HEX triplet: 00, 01 and EF. RGB value is (0,1,239). Sum of RGB (Red+Green+Blue) = 0+1+239=240 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 239 (93.75% from 255 or 99.58% from 240); Max value from RGB is 239 - color contains mainly: blue. Hex color #0001EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0001EF is #FFFE10. Grayscale: #1A1A1A. Windows color (decimal): -16776721 or 15663360. OLE color: 15663360.

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

Color convert

RGB 0 1 239 -
CMYK 1 1.00 0 0.06
HSL 239.75º 1% 0.47% -
HSV(B) 239.75º 1% 0.94% -
XYZ 15.59 6.25 82.05 -
YUV 27.83 247.17 108.15 -
System Red Green Blue C M Y K H S L
Decimal 0 1 239 1 1.00 0 0.06 239.75 1 0.47
Hex 0 1 EF 64 64 0 6 F0 64 2F
Octal 0 1 357 144 144 0 6 360 144 57
Binary 0 1 11101111 1100100 1100100 0 110 11110000 1100100 101111

Color Harmonies of #0001EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0001EF

Black with #0001EF

Text Example


Text Example

White with #0001EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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