Html Css Color HEX #0601BB Medium Blue

📋 copy color: '#0601BB'

red 6 ◦ green 1 ◦ blue 187

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

Shades of Medium Blue #0601BB

Tints of Medium Blue #0601BB

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.52%

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

R = 3.09%
G = 0.52%
B = 96.39%

CMYK

 C value IS 0.97

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0601BB (or 0x0601BB) is known color: Medium Blue. HEX triplet: 06, 01 and BB. RGB value is (6,1,187). Sum of RGB (Red+Green+Blue) = 6+1+187=194 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.09% from 194); Green value is 1 (0.78% from 255 or 0.52% 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 #0601BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0601BB is #F9FE44. Grayscale: #161616. Windows color (decimal): -16383557 or 12255494. OLE color: 12255494.

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

Color convert

RGB 6 1 187 -
CMYK 0.97 0.99 0 0.27
HSL 241.61º 0.99% 0.37% -
HSV(B) 241.61º 0.99% 0.73% -
XYZ 9.06 3.65 47.24 -
YUV 23.7 220.16 115.38 -
System Red Green Blue C M Y K H S L
Decimal 6 1 187 0.97 0.99 0 0.27 241.61 0.99 0.37
Hex 6 1 BB 61 63 0 1B F2 63 25
Octal 6 1 273 141 143 0 33 362 143 45
Binary 110 1 10111011 1100001 1100011 0 11011 11110010 1100011 100101

Color Harmonies of #0601BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0601BB

Black with #0601BB

Text Example


Text Example

White with #0601BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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