Html Css Color HEX #0901B6 Medium Blue

📋 copy color: '#0901B6'

red 9 ◦ green 1 ◦ blue 182

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

Shades of Medium Blue #0901B6

Tints of Medium Blue #0901B6

RGB

 RED value IS 9 (3.91% from 255) = 4.69%

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

 BLUE value IS 182 (71.48% from 255) = 94.79%

R = 4.69%
G = 0.52%
B = 94.79%

CMYK

 C value IS 0.95

 M value IS 0.99

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0901B6 (or 0x0901B6) is known color: Medium Blue. HEX triplet: 09, 01 and B6. RGB value is (9,1,182). Sum of RGB (Red+Green+Blue) = 9+1+182=192 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.69% from 192); Green value is 1 (0.78% from 255 or 0.52% from 192); Blue value is 182 (71.48% from 255 or 94.79% from 192); Max value from RGB is 182 - color contains mainly: blue. Hex color #0901B6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0901B6 is #F6FE49. Grayscale: #171717. Windows color (decimal): -16186954 or 11927817. OLE color: 11927817.

HSL color Cylindrical-coordinate representation of color #0901B6: hue angle of 242.65º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0901B6 is Cyan = 0.95, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 9 1 182 -
CMYK 0.95 0.99 0 0.29
HSL 242.65º 0.99% 0.36% -
HSV(B) 242.65º 0.99% 0.71% -
XYZ 8.57 3.46 44.47 -
YUV 24.03 217.15 117.28 -
System Red Green Blue C M Y K H S L
Decimal 9 1 182 0.95 0.99 0 0.29 242.65 0.99 0.36
Hex 9 1 B6 5F 63 0 1D F3 63 24
Octal 11 1 266 137 143 0 35 363 143 44
Binary 1001 1 10110110 1011111 1100011 0 11101 11110011 1100011 100100

Color Harmonies of #0901B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0901B6

Black with #0901B6

Text Example


Text Example

White with #0901B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0901B6; }

 p { color: rgb(9,1,182); }

 H1.HeaderClassName
 {
   color: #0901B6;
 }
 .AnyTagClassName
 {
   color: #0901B6;
 }
</style>

background-color css

<style>
 a { background-color: #0901B6; }

 a { background-color: rgb(9,1,182); }

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

border-color css

<style>
 span { border-color: #0901B6; }

 span { border-color: rgb(9,1,182); }

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