Html Css Color HEX #0914C9 Medium Blue

📋 copy color: '#0914C9'

red 9 ◦ green 20 ◦ blue 201

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

Shades of Medium Blue #0914C9

Tints of Medium Blue #0914C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 87.39%

R = 3.91%
G = 8.7%
B = 87.39%

CMYK

 C value IS 0.96

 M value IS 0.90

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0914C9 (or 0x0914C9) is known color: Medium Blue. HEX triplet: 09, 14 and C9. RGB value is (9,20,201). Sum of RGB (Red+Green+Blue) = 9+20+201=230 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.91% from 230); Green value is 20 (8.20% from 255 or 8.70% from 230); Blue value is 201 (78.91% from 255 or 87.39% from 230); Max value from RGB is 201 - color contains mainly: blue. Hex color #0914C9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0914C9 is #F6EB36. Grayscale: #242424. Windows color (decimal): -16182071 or 13177865. OLE color: 13177865.

HSL color Cylindrical-coordinate representation of color #0914C9: hue angle of 236.56º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0914C9 is Cyan = 0.96, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 9 20 201 -
CMYK 0.96 0.90 0 0.21
HSL 236.56º 0.91% 0.41% -
HSV(B) 236.56º 0.96% 0.79% -
XYZ 10.91 4.78 55.61 -
YUV 37.35 220.36 107.78 -
System Red Green Blue C M Y K H S L
Decimal 9 20 201 0.96 0.90 0 0.21 236.56 0.91 0.41
Hex 9 14 C9 60 5A 0 15 ED 5B 29
Octal 11 24 311 140 132 0 25 355 133 51
Binary 1001 10100 11001001 1100000 1011010 0 10101 11101101 1011011 101001

Color Harmonies of #0914C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0914C9

Black with #0914C9

Text Example


Text Example

White with #0914C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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