Html Css Color HEX #0006EC Blue

📋 copy color: '#0006EC'

red 0 ◦ green 6 ◦ blue 236

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

Shades of Blue #0006EC

Tints of Blue #0006EC

RGB

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

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

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

R = 0%
G = 2.48%
B = 97.52%

CMYK

 C value IS 1

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0006EC (or 0x0006EC) is known color: Blue. HEX triplet: 00, 06 and EC. RGB value is (0,6,236). Sum of RGB (Red+Green+Blue) = 0+6+236=242 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 242); Green value is 6 (2.73% from 255 or 2.48% from 242); Blue value is 236 (92.58% from 255 or 97.52% from 242); Max value from RGB is 236 - color contains mainly: blue. Hex color #0006EC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0006EC is #FFF913. Grayscale: #1D1D1D. Windows color (decimal): -16775444 or 15468032. OLE color: 15468032.

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

Color convert

RGB 0 6 236 -
CMYK 1 0.97 0 0.07
HSL 238.47º 1% 0.46% -
HSV(B) 238.47º 1% 0.93% -
XYZ 15.21 6.19 79.75 -
YUV 30.43 244.01 106.3 -
System Red Green Blue C M Y K H S L
Decimal 0 6 236 1 0.97 0 0.07 238.47 1 0.46
Hex 0 6 EC 64 61 0 7 EE 64 2E
Octal 0 6 354 144 141 0 7 356 144 56
Binary 0 110 11101100 1100100 1100001 0 111 11101110 1100100 101110

Color Harmonies of #0006EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0006EC

Black with #0006EC

Text Example


Text Example

White with #0006EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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