Html Css Color HEX #0014B9 Medium Blue

📋 copy color: '#0014B9'

red 0 ◦ green 20 ◦ blue 185

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

Shades of Medium Blue #0014B9

Tints of Medium Blue #0014B9

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 185 (72.66% from 255) = 90.24%

R = 0%
G = 9.76%
B = 90.24%

CMYK

 C value IS 1

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0014B9 (or 0x0014B9) is known color: Medium Blue. HEX triplet: 00, 14 and B9. RGB value is (0,20,185). Sum of RGB (Red+Green+Blue) = 0+20+185=205 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 205); Green value is 20 (8.20% from 255 or 9.76% from 205); Blue value is 185 (72.66% from 255 or 90.24% from 205); Max value from RGB is 185 - color contains mainly: blue. Hex color #0014B9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0014B9 is #FFEB46. Grayscale: #202020. Windows color (decimal): -16771911 or 12129280. OLE color: 12129280.

HSL color Cylindrical-coordinate representation of color #0014B9: hue angle of 233.51º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0014B9 is Cyan = 1, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 0 20 185 -
CMYK 1 0.89 0 0.27
HSL 233.51º 1% 0.36% -
HSV(B) 233.51º 1% 0.73% -
XYZ 9.01 4 46.2 -
YUV 32.83 213.87 104.58 -
System Red Green Blue C M Y K H S L
Decimal 0 20 185 1 0.89 0 0.27 233.51 1 0.36
Hex 0 14 B9 64 59 0 1B EA 64 24
Octal 0 24 271 144 131 0 33 352 144 44
Binary 0 10100 10111001 1100100 1011001 0 11011 11101010 1100100 100100

Color Harmonies of #0014B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0014B9

Black with #0014B9

Text Example


Text Example

White with #0014B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0014B9; }

 p { color: rgb(0,20,185); }

 H1.HeaderClassName
 {
   color: #0014B9;
 }
 .AnyTagClassName
 {
   color: #0014B9;
 }
</style>

background-color css

<style>
 a { background-color: #0014B9; }

 a { background-color: rgb(0,20,185); }

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

border-color css

<style>
 span { border-color: #0014B9; }

 span { border-color: rgb(0,20,185); }

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