Html Css Color HEX #0008BB Medium Blue

📋 copy color: '#0008BB'

red 0 ◦ green 8 ◦ blue 187

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

Shades of Medium Blue #0008BB

Tints of Medium Blue #0008BB

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.1%

 BLUE value IS 187 (73.44% from 255) = 95.9%

R = 0%
G = 4.1%
B = 95.9%

CMYK

 C value IS 1

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0008BB (or 0x0008BB) is known color: Medium Blue. HEX triplet: 00, 08 and BB. RGB value is (0,8,187). Sum of RGB (Red+Green+Blue) = 0+8+187=195 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 195); Green value is 8 (3.52% from 255 or 4.10% from 195); Blue value is 187 (73.44% from 255 or 95.90% from 195); Max value from RGB is 187 - color contains mainly: blue. Hex color #0008BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0008BB is #FFF744. Grayscale: #191919. Windows color (decimal): -16774981 or 12257280. OLE color: 12257280.

HSL color Cylindrical-coordinate representation of color #0008BB: hue angle of 237.43º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0008BB is Cyan = 1, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 0 8 187 -
CMYK 1 0.96 0 0.27
HSL 237.43º 1% 0.37% -
HSV(B) 237.43º 1% 0.73% -
XYZ 9.06 3.76 47.26 -
YUV 26.01 218.85 109.45 -
System Red Green Blue C M Y K H S L
Decimal 0 8 187 1 0.96 0 0.27 237.43 1 0.37
Hex 0 8 BB 64 60 0 1B ED 64 25
Octal 0 10 273 144 140 0 33 355 144 45
Binary 0 1000 10111011 1100100 1100000 0 11011 11101101 1100100 100101

Color Harmonies of #0008BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0008BB

Black with #0008BB

Text Example


Text Example

White with #0008BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0008BB; }

 p { color: rgb(0,8,187); }

 H1.HeaderClassName
 {
   color: #0008BB;
 }
 .AnyTagClassName
 {
   color: #0008BB;
 }
</style>

background-color css

<style>
 a { background-color: #0008BB; }

 a { background-color: rgb(0,8,187); }

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

border-color css

<style>
 span { border-color: #0008BB; }

 span { border-color: rgb(0,8,187); }

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