Html Css Color HEX #0206BB Medium Blue

📋 copy color: '#0206BB'

red 2 ◦ green 6 ◦ blue 187

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

Shades of Medium Blue #0206BB

Tints of Medium Blue #0206BB

RGB

 RED value IS 2 (1.17% from 255) = 1.03%

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

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

R = 1.03%
G = 3.08%
B = 95.9%

CMYK

 C value IS 0.99

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0206BB (or 0x0206BB) is known color: Medium Blue. HEX triplet: 02, 06 and BB. RGB value is (2,6,187). Sum of RGB (Red+Green+Blue) = 2+6+187=195 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 195); Green value is 6 (2.73% from 255 or 3.08% 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 #0206BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0206BB is #FDF944. Grayscale: #181818. Windows color (decimal): -16644421 or 12256770. OLE color: 12256770.

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

Color convert

RGB 2 6 187 -
CMYK 0.99 0.97 0 0.27
HSL 238.7º 0.98% 0.37% -
HSV(B) 238.7º 0.99% 0.73% -
XYZ 9.06 3.73 47.26 -
YUV 25.44 219.17 111.28 -
System Red Green Blue C M Y K H S L
Decimal 2 6 187 0.99 0.97 0 0.27 238.7 0.98 0.37
Hex 2 6 BB 63 61 0 1B EF 62 25
Octal 2 6 273 143 141 0 33 357 142 45
Binary 10 110 10111011 1100011 1100001 0 11011 11101111 1100010 100101

Color Harmonies of #0206BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0206BB

Black with #0206BB

Text Example


Text Example

White with #0206BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,6,187); }

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

background-color css

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

 a { background-color: rgb(2,6,187); }

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

border-color css

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

 span { border-color: rgb(2,6,187); }

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