Html Css Color HEX #0914B6 Medium Blue

📋 copy color: '#0914B6'

red 9 ◦ green 20 ◦ blue 182

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

Shades of Medium Blue #0914B6

Tints of Medium Blue #0914B6

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.48%

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

R = 4.27%
G = 9.48%
B = 86.26%

CMYK

 C value IS 0.95

 M value IS 0.89

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0914B6 (or 0x0914B6) is known color: Medium Blue. HEX triplet: 09, 14 and B6. RGB value is (9,20,182). Sum of RGB (Red+Green+Blue) = 9+20+182=211 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.27% from 211); Green value is 20 (8.20% from 255 or 9.48% from 211); Blue value is 182 (71.48% from 255 or 86.26% from 211); Max value from RGB is 182 - color contains mainly: blue. Hex color #0914B6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0914B6 is #F6EB49. Grayscale: #222222. Windows color (decimal): -16182090 or 11932681. OLE color: 11932681.

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

Color convert

RGB 9 20 182 -
CMYK 0.95 0.89 0 0.29
HSL 236.19º 0.91% 0.37% -
HSV(B) 236.19º 0.95% 0.71% -
XYZ 8.81 3.94 44.55 -
YUV 35.18 210.86 109.33 -
System Red Green Blue C M Y K H S L
Decimal 9 20 182 0.95 0.89 0 0.29 236.19 0.91 0.37
Hex 9 14 B6 5F 59 0 1D EC 5B 25
Octal 11 24 266 137 131 0 35 354 133 45
Binary 1001 10100 10110110 1011111 1011001 0 11101 11101100 1011011 100101

Color Harmonies of #0914B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0914B6

Black with #0914B6

Text Example


Text Example

White with #0914B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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