Html Css Color HEX #0006BC Medium Blue

📋 copy color: '#0006BC'

red 0 ◦ green 6 ◦ blue 188

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

Shades of Medium Blue #0006BC

Tints of Medium Blue #0006BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 96.91%

R = 0%
G = 3.09%
B = 96.91%

CMYK

 C value IS 1

 M value IS 0.97

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0006BC (or 0x0006BC) is known color: Medium Blue. HEX triplet: 00, 06 and BC. RGB value is (0,6,188). Sum of RGB (Red+Green+Blue) = 0+6+188=194 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 194); Green value is 6 (2.73% from 255 or 3.09% from 194); Blue value is 188 (73.83% from 255 or 96.91% from 194); Max value from RGB is 188 - color contains mainly: blue. Hex color #0006BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0006BC is #FFF943. Grayscale: #181818. Windows color (decimal): -16775492 or 12322304. OLE color: 12322304.

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

Color convert

RGB 0 6 188 -
CMYK 1 0.97 0 0.26
HSL 238.09º 1% 0.37% -
HSV(B) 238.09º 1% 0.74% -
XYZ 9.14 3.76 47.82 -
YUV 24.95 220.01 110.2 -
System Red Green Blue C M Y K H S L
Decimal 0 6 188 1 0.97 0 0.26 238.09 1 0.37
Hex 0 6 BC 64 61 0 1A EE 64 25
Octal 0 6 274 144 141 0 32 356 144 45
Binary 0 110 10111100 1100100 1100001 0 11010 11101110 1100100 100101

Color Harmonies of #0006BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0006BC

Black with #0006BC

Text Example


Text Example

White with #0006BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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