Html Css Color HEX #0014B6 Medium Blue

📋 copy color: '#0014B6'

red 0 ◦ green 20 ◦ blue 182

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

Shades of Medium Blue #0014B6

Tints of Medium Blue #0014B6

RGB

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

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

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

R = 0%
G = 9.9%
B = 90.1%

CMYK

 C value IS 1

 M value IS 0.89

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0014B6 (or 0x0014B6) is known color: Medium Blue. HEX triplet: 00, 14 and B6. RGB value is (0,20,182). Sum of RGB (Red+Green+Blue) = 0+20+182=202 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 202); Green value is 20 (8.20% from 255 or 9.90% from 202); Blue value is 182 (71.48% from 255 or 90.10% from 202); Max value from RGB is 182 - color contains mainly: blue. Hex color #0014B6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0014B6 is #FFEB49. Grayscale: #1F1F1F. Windows color (decimal): -16771914 or 11932672. OLE color: 11932672.

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

Color convert

RGB 0 20 182 -
CMYK 1 0.89 0 0.29
HSL 233.41º 1% 0.36% -
HSV(B) 233.41º 1% 0.71% -
XYZ 8.69 3.88 44.55 -
YUV 32.49 212.37 104.83 -
System Red Green Blue C M Y K H S L
Decimal 0 20 182 1 0.89 0 0.29 233.41 1 0.36
Hex 0 14 B6 64 59 0 1D E9 64 24
Octal 0 24 266 144 131 0 35 351 144 44
Binary 0 10100 10110110 1100100 1011001 0 11101 11101001 1100100 100100

Color Harmonies of #0014B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0014B6

Black with #0014B6

Text Example


Text Example

White with #0014B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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