Html Css Color HEX #0006EB Blue

📋 copy color: '#0006EB'

red 0 ◦ green 6 ◦ blue 235

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

Shades of Blue #0006EB

Tints of Blue #0006EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 97.51%

R = 0%
G = 2.49%
B = 97.51%

CMYK

 C value IS 1

 M value IS 0.97

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0006EB (or 0x0006EB) is known color: Blue. HEX triplet: 00, 06 and EB. RGB value is (0,6,235). Sum of RGB (Red+Green+Blue) = 0+6+235=241 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 235 (92.19% from 255 or 97.51% from 241); Max value from RGB is 235 - color contains mainly: blue. Hex color #0006EB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0006EB is #FFF914. Grayscale: #1D1D1D. Windows color (decimal): -16775445 or 15402496. OLE color: 15402496.

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

Color convert

RGB 0 6 235 -
CMYK 1 0.97 0 0.08
HSL 238.47º 1% 0.46% -
HSV(B) 238.47º 1% 0.92% -
XYZ 15.06 6.13 78.99 -
YUV 30.31 243.51 106.38 -
System Red Green Blue C M Y K H S L
Decimal 0 6 235 1 0.97 0 0.08 238.47 1 0.46
Hex 0 6 EB 64 61 0 8 EE 64 2E
Octal 0 6 353 144 141 0 10 356 144 56
Binary 0 110 11101011 1100100 1100001 0 1000 11101110 1100100 101110

Color Harmonies of #0006EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0006EB

Black with #0006EB

Text Example


Text Example

White with #0006EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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