Html Css Color HEX #0205BB Medium Blue

📋 copy color: '#0205BB'

red 2 ◦ green 5 ◦ blue 187

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

Shades of Medium Blue #0205BB

Tints of Medium Blue #0205BB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.58%

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

R = 1.03%
G = 2.58%
B = 96.39%

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

#0205BB (or 0x0205BB) is known color: Medium Blue. HEX triplet: 02, 05 and BB. RGB value is (2,5,187). Sum of RGB (Red+Green+Blue) = 2+5+187=194 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 194); Green value is 5 (2.34% from 255 or 2.58% from 194); Blue value is 187 (73.44% from 255 or 96.39% from 194); Max value from RGB is 187 - color contains mainly: blue. Hex color #0205BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0205BB is #FDFA44. Grayscale: #181818. Windows color (decimal): -16644677 or 12256514. OLE color: 12256514.

HSL color Cylindrical-coordinate representation of color #0205BB: hue angle of 239.03º 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 #0205BB is Cyan = 0.99, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 2 5 187 -
CMYK 0.99 0.97 0 0.27
HSL 239.03º 0.98% 0.37% -
HSV(B) 239.03º 0.99% 0.73% -
XYZ 9.05 3.71 47.25 -
YUV 24.85 219.51 111.7 -
System Red Green Blue C M Y K H S L
Decimal 2 5 187 0.99 0.97 0 0.27 239.03 0.98 0.37
Hex 2 5 BB 63 61 0 1B EF 62 25
Octal 2 5 273 143 141 0 33 357 142 45
Binary 10 101 10111011 1100011 1100001 0 11011 11101111 1100010 100101

Color Harmonies of #0205BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0205BB

Black with #0205BB

Text Example


Text Example

White with #0205BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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