#0006EE

Color #0006EE Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue #0006EE

Tints of Blue #0006EE

Color information

#0006EE (or 0x0006EE) is unknown color: approx Blue. HEX triplet: 00, 06 and EE. RGB value is (0,6,238). Sum of RGB (Red+Green+Blue) = 0+6+238=244 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 244); Green value is 6 (2.73% from 255 or 2.46% from 244); Blue value is 238 (93.36% from 255 or 97.54% from 244); Max value from RGB is 238 - color contains mainly: blue. Hex color #0006EE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0006EE is #FFF911. Grayscale: #1D1D1D. Windows color (decimal): -16775442 or 15599104. OLE color: 15599104.

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

Color convert

RGB06238-
CMYK10.9700.07
HSL238.49º100%46.67%-
HSV(B)238.49º100%93.33%-
XYZ15.56.381.29-
YUV30.65245.01106.14-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 6 (2.73% from 255) = 2.46%
BLUE value IS 238 (93.36% from 255) = 97.54%
R=0%
G=2.46%
B=97.54%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal0623810.9700.07238.4910046.67
Hex06EE646107ee642f
Octal063561441410735614457
Binary011011101110110010011000010111111011101100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0006EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0006EE; }

 p { color: rgb(0,6,238); }

 H1.HeaderClassName
 {
   color: #0006EE;
 }
 .AnyTagClassName
 {
   color: #0006EE;
 }
</style>
background-color css

<style>
 a { background-color: #0006EE; }

 a { background-color: rgb(0,6,238); }

 div.DivClassName
 {
   background-color: #0006EE;
 }
 .BgClassName
 {
   background-color: #0006EE;
 }
</style>
border-color css

<style>
 span { border-color: #0006EE; }

 span { border-color: rgb(0,6,238); }

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