Html Css Color HEX #0014BE Medium Blue

📋 copy color: '#0014BE'

red 0 ◦ green 20 ◦ blue 190

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

Shades of Medium Blue #0014BE

Tints of Medium Blue #0014BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 90.48%

R = 0%
G = 9.52%
B = 90.48%

CMYK

 C value IS 1

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0014BE (or 0x0014BE) is known color: Medium Blue. HEX triplet: 00, 14 and BE. RGB value is (0,20,190). Sum of RGB (Red+Green+Blue) = 0+20+190=210 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 210); Green value is 20 (8.20% from 255 or 9.52% from 210); Blue value is 190 (74.61% from 255 or 90.48% from 210); Max value from RGB is 190 - color contains mainly: blue. Hex color #0014BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0014BE is #FFEB41. Grayscale: #202020. Windows color (decimal): -16771906 or 12456960. OLE color: 12456960.

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

Color convert

RGB 0 20 190 -
CMYK 1 0.89 0 0.25
HSL 233.68º 1% 0.37% -
HSV(B) 233.68º 1% 0.75% -
XYZ 9.54 4.22 49.03 -
YUV 33.4 216.37 104.18 -
System Red Green Blue C M Y K H S L
Decimal 0 20 190 1 0.89 0 0.25 233.68 1 0.37
Hex 0 14 BE 64 59 0 19 EA 64 25
Octal 0 24 276 144 131 0 31 352 144 45
Binary 0 10100 10111110 1100100 1011001 0 11001 11101010 1100100 100101

Color Harmonies of #0014BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0014BE

Black with #0014BE

Text Example


Text Example

White with #0014BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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